Base URL
- Uses resource-oriented URLs.
- Uses built-in HTTP capabilities for passing parameters and authentication.
- Responds with standard HTTP response codes to indicate errors.
- Requests and responses payload attached with all the mentioned APIs — you may choose your preferred language per the integration requirement.
Authentication and Rate Limiting
To call a Birdeye API, you need a valid API key. It can be fetched via the Birdeye dashboard and is a confidential key. There is a limit to calling APIs with each API key — connect with the support team to get the current limit. If too many requests are made within the threshold timeframe, an error will be returned in the response. Every request must include the header:Pagination
Multiple APIs support pagination via two parameters:sindex and count.
Example — fetch 20 records in two pages:
HTTP Status Codes
Every API response will have an HTTP status code.Error Response
Birdeye API will return a validation error in case of missing/invalid input in the request. The response will return theerrorCode and errorMessage.

