Skip to main content

Response Format & Error Code


The body of every response will include the following fields. All API response will also be tagged with an appropriate HTTP Response code using which further processing of the API response can be done.

FieldDescriptionType
payloadThe object containing the actual response.Object


Error Codes

CodeDescription
200 - OKEverything worked as expected.
400 - Bad RequestThe request could not be accepted,
usually due to a missing required parameter.
401 - UnauthorizedNo valid API key was provided.
404 - Not FoundThe request path does not exist.
429 - Too Many RequestsYou are being rate-limited.
Please see the rate limiting section for more details.
500, 502, 503 - Server ErrorsSomething went wrong on Propellyr's servers. These are rare.