Get an IP whitelist
Retrieves a list of all the IP ranges and addresses that have access to your Sendbird application. This list is called an IP whitelist and its addresses are granted API access when the IP whitelist API enables CIDR notation.
HTTP request
Note: If you are using the in-app channel in Delight AI agent, the endpoint for your API request should start with
https://api-{application_id}.svc.delight.ai/v3instead ofhttps://api-{application_id}.sendbird.com/v3. For more details, refer to our Delight AI agent guide.
Response
If successful, this action returns a list of all the allowed IP ranges and addresses in the response body. If there isn't any IP ranges and addresses on the whitelist, this action returns an empty response.
Note: If an API request from your server receives an error, check if an IP whitelist includes the IP addresses or ranges of your server.
In the case of an error, an error object is returned. A detailed list of error codes is available here.