What are the different API response statuses?
Our API returns multiple real time response statuses:
Find Business | Match Business | Get Details | Get Reviews | |
200 | Successfully found businesses on at least one of the requested networks | Successfully matched the business against at least one network | Successfully found data for the requested business | Successfully returning the list of reviews for requested business |
201 | - | - | - | Order created |
425 | - | - | - | Too early |
Here are other statues that are common across all services:
- Status 400: Invalid parameter.
- Status 402: Low balance.
- Status 403: Network is not enabled.
- Status 404: Not found.
- Status 503: Service unavailable. Requested network is down. Please check API Status page for more information.
Our Refresh Token API returns response statuses below:
- Status 200: Token successfully generated.
- Status 400: Failed to generate access token.
- Status 401: Invalid token.
For more details about statuses, you can find models and examples in our documentation.