Skip to main content

Response Codes

HTTP CODESTATUSDESCRIPTION
200SuccessfulRequest has been received and processed. Response will contain expected parameters in body
201Successful CreationRecords have been created successfully
400Bad RequestThe server cannot or will not process the request because of a client error. This could be due to malformed request syntax, invalid request message framing, or deceptive request routing.
401UnauthorizedAuthorization failed. Endpoint requires authorization.
403ForbiddenAccess to endpoint is either restricted or some other limitation is in place
404Not foundNon-existent data was requested.