Operating Model:

API Errors

The Upvest Investment API uses standard HTTP status codes. The following table gives you an overview of all codes.

Usually response codes in the range 2xx indicate a successful response, in the range 4xx a client error and in the range 5xx a server error (these are rare, however).

Code Header Description
400 Bad Request The request contains some data which format does not conform to one that we expect. Check details value of the response to get additional information.
401 Unauthorised The call can not be authorised.
403 Forbidden Certain permissions are required to execute requests and must be linked to the access token you pass to the call.
404 Not Found The resource was not found.
409 Conflict An operation is not available for the current state of the resource.
500 Internal Server Error The call failed because of an internal problem. Our monitoring system raised an alert, and an issue will be investigated and fixed by our engineering team.
INFO

In the subchapters you will find the exact error descriptions and possible solutions.

Was this page helpful?