Last updated

Responses codes

HTTP Status Codes

CodeTextDescription
200OKSuccess, result provided in response body
201CreatedSuccess, Object has been created, result provided in response body
202Waiting SCAOperation have to be performed again with SCA. SCA details provided in response body
204No ContentSuccess, no more details in response
400Bad RequestThe request was invalid or cannot be otherwise served. An accompanying error message will explain further. Requests without authentication are considered invalid and will yield this response.
401UnauthorizedMissing or incorrect authentication credentials. JWT might have expire.
403ForbiddenThe request is understood, but it has been refused or access is not allowed. An accompanying error message will explain why.
404Not FoundThe URL requested is invalid or the resource requested, such as a user, does not exist. Also returned when the requested format is not supported by the requested method.
409ConflictConflict. Please check details.
500Internal Server ErrorSomething is broken. Please contact your customer care with additional details of your request, so the LinkCy team can investigate.