Online Onboarding HTTP Response Codes

Lemonway Online Onboarding returns HTTP response codes, the two most common codes are:

200 OK
The request succeeded.

201 Created
The request was successful, resulting in the creation of a new resource. This response is commonly returned after POST requests.

For further response codes see here



Status CodeDescriptionContent-Type
200Document retrieved successfullyapplication/octet-stream
400Invalid parameters
401Unauthorized (missing or invalid API key or JWT token)
403Forbidden
404Document not found
500Internal server error