The NAM API returns a set of standard of HTTP error codes for all endpoints, which includes:
Code | Description |
---|---|
400 | Bad Request |
401 | Unauthorized. The API key is invalid and needs to be re-generated |
403 | Forbidden. The token passed in has been successfully authenticated, but can’t perform the given action due to not having sufficient permissions |
404 | Not Found. The resource requested was not found |
429 | Too many requests. The API call was rate-limited |