Our survey API responses return the correct status code related to the response. The actual description of the error will be available in the PayLoad.Data
property of the response.
PayLoad.Meta.Status
property will still contain the correct status code.
There are several reasons why you get a 403 response.
1. You are trying to connect to our API using http instead of https. Https is required for all connections.
2. You didn't specify the region in the URI as explained in the HTTP-request requirements.
3. You are using a key which doesn't have the correct access rights to perform your request.