Create application with API not working - getting 403 error
My code as a below
curl --location ‘https://gate.sendbird.com/api/v2/applications’
–header ‘Api-Token: XYZ’
–header ‘Content-Type: application/json’
–data ‘{
“app_name”: “sendbird_application_production1”,
“region_key”: “US-1”
}’
Error :
{
“detail”: “Invalid token header”
}
I just copy token from : Dashboard | Sendbird