Invalid request
Description
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.
How to fix
-
Check expected format for the request of API call in API reference
-
Validate implementation from your side and make sure that the format of the request matches expected for the API endpoint.
Example
HTTP/1.1 400 Bad Request
content-length: 228
content-type: application/problem+json
date: Mon, 11 Oct 2021 10:42:01 GMT
upvest-request-id: e7378103-7d45-4052-a049-7c9ac88d041c
{
"type": "https://docs.upvest.co/errors/bad_request",
"status": 400,
"title": "Invalid request",
"request_id": "e7378103-7d45-4052-a049-7c9ac88d041c",
"details": "(root): field 'first_name' was not filled"
}
Was this page helpful?
On This Page