Fellow’s API relies on standard HTTP status codes to show whether a request succeeded or failed.
HTTPS Status Code | Code | Description |
---|---|---|
200 | Success | Success! The request completed. |
400 | Bad Request | Input validation errors: there was an issue with the payload supplied to the request (invalid filters, cursor, or other). |
403 | Forbidden | The user associated with the API key does not have access to the API, or does not have access to the requested resource. |
404 | Not Found | The requested resource was not found. |
500 | Internal Server Error | An unexpected error occurred, please reach out to Fellow support at [email protected]. |