Add an IP to a whitelist
PUT {{baseUrl}}/v3/applications/settings/ip_whitelist
Add an IP to a whitelist
Adds IP addresses and ranges to your Sendbird application settings. Both currently added and any previously added IPs are granted API access. You can configure the IP whitelist under Settings > Security > Allowed IPs in the Sendbird Dashboard.
https://sendbird.com/docs/chat/v3/platform-api/guides/application#2-add-an-ip-to-a-whitelist
Request Body
{"ip_whitelist_addresses"=>["<string>", "<string>"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Api-Token | string | (Required) | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"ip_whitelist_addresses":["\u003cstring\u003e","\u003cstring\u003e"]}