Response Codes

A comprehensive breakdown of all LiveAPI client and server-side errors.

HTTP Status CodeResponse TypeDescription
200OKEverything worked as expected.
201CreatedSuccessfully created a resource.
202Data Extraction PendingThe data extraction process is ongoing in the background. At this point your flow must change to async using the webhook events.
204No Data ExtractedThe account does not have any data for the reporting period requested.

Note: Filters that result in empty data on extracted periods returns an empty array with 200 response code.
400Bad RequestThe request was unacceptable, often due to missing a required parameter.
401UnauthorizedNo valid API keys or access token provided.
403ForbiddenThe API key doesn't have permissions to perform the request or not supported on current billing plan.
404Resource Not FoundThe requested resource doesn't exist.
409ConflictThe request conflicts with another request.
500Server ErrorAn unexpected error and could not process your request.
502Bad Gateway.Invalid response received from server.
503Service UnavailableLiveAPI is temporarily offline for maintenance. Please try again later.
504Server TimeoutThe request timed out from the server.