Here is the call we're trying to make:
curl -H "Host: device-api.urbanairship.com" -H "Content-Type: application/json" -H "Accept-Language: en-us" -H "Accept: application/vnd.urbanairship+json; version=3;" -H "User-Agent: Name 1.0 (iPhone; iOS 11.2.6; UALib 9.0.3; xxx; en_IN)" -H "Authorization: Basic <REDACTED>" -H "Pragma: no-cache" -H "Cache-Control: no-cache" --data-binary '{"device_type":"ios","channel_id":"xxx","named_user_id":"1"}' --compressed https://device-api.urbanairship.com/api/named_users/associate
We're receiving a 403 error when trying to do so. Any help would be appreciated! Thanks in advance!
Comments
1 comment