Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 668 Bytes

File metadata and controls

22 lines (16 loc) · 668 Bytes
description List of HTTP status codes

Status Codes

Our API returns standard HTTP success or error status codes.

Title Description
200 OK The request was successful.
201 Created The resource was successfully created.
202 Async created The resource was asynchronously created.
400 Bad request Bad request
401 Unauthorized Your API key is invalid.
402 Over quota Over plan quota on this endpoint.
404 Not found The resource does not exist.
422 Validation error A validation error occurred.
50X Internal Server Error An error occurred with our API.