Response Codes

Use HTTP response status codes to determine whether API requests were successful.

The Bipsync REST API returns HTTP response status codes to indicate whether a request has been successful.

Status CodeTypeDescription
200OKThe request was successful.
400Bad RequestThe request contains invalid data. Ensure that no request parameters are missing and that all supplied values are valid.
401UnauthorizedAuthentication failed for the request. Ensure the access token is valid, is passed to the API correctly and has the required scope.
403ForbiddenThe originating IP address is not permitted to access the API.
404Not FoundThe requested resource could not be found. Ensure the URL and resource ID is correct.
405Method Not AllowedThe HTTP method is not accepted for the endpoint. For example an endpoint only supports GET requests but a POST request is issued.
406Not AcceptableThe server could not produce a response matching the list of acceptable values in the Accept header.
500Internal Server ErrorA server error occurred. Try the request again after a short while.