Skip to content
Last updated

HTTP Status Codes

The Sinch Subproject API returns an HTTP status and code each time a request is made. Here, you will find more information on each status.

The following HTTP status codes are used by the API. Additional codes might be added in the future and if you encounter a code not in this list please consult the HTTP specification for a definition.

StatusReasonDescription
200OKThe request was successful.
400Invalid ArgumentThe request doesn't conform to the API.
401UnauthenticatedThe authentication token is invalid. If the issue persists, try generating a new one in the Sinch Build Dashboard.
403Permission DeniedThe request syntax is valid but can't be performed. Unauthorized to act on specified project (either because the parent project doesn't exist or the client permission is missing).
404Not FoundThe path is invalid or no resource exists with the given ID.
409Already ExistsThe subproject already exists. Either create a new subproject or update the existing one.

Customers: Please contact your account manager for further assistance with error codes. Contact information can be found on the homepage of the Sinch Build Dashboard.

Internal Employees: Please use the ent-eng-identity-access Slack channel for further assistance.