Responses from Public Agency Feed API uses HTTP response codes to denote success and various errors.
Code | Description |
---|---|
200 | Success |
401 | The provided authorization grant (e.g., authorization code, resource owner credentials) or refresh token is invalid, expired, revoked, does not match the redirection URI used in the authorization request, or was issued to another client. See OAuth 2.0 documentation for more information. |
403 | The token is missing a scope |
404 | The agency doesn't have data or the agency doesn't exist. |
500 | Internal server error |