When interacting with Apollo API endpoints, it helps to understand the status codes that might be returned.
To find a status code for an endpoint:
- Go to the reference documentation for an endpoint such as People API Search.
- By default, the Response section of the reference docs shows an example response with a
200status. To view other status codes, click the EXAMPLE drop-down, then select a status code. - The status you select appears in the response section.
You don't need to supply an API key to review the Apollo-generated example response or other status codes. Check out How to Test API Endpoints to perform your own testing and generate unique responses.
Status ReportNot all API status codes are currently documented by Apollo. This documentation contains the most common codes.