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 Code | Description | Content-Type |
---|---|---|
200 | Document retrieved successfully | application/octet-stream |
400 | Invalid parameters | — |
401 | Unauthorized (missing or invalid API key or JWT token) | — |
403 | Forbidden | — |
404 | Document not found | — |
500 | Internal server error | — |