Bad request
Something isn't right with your request.
Error Message | Invalid request. |
Error Code | bad_request |
Status Code | 400 |
Common causes
You sent an invalid request body.
You used a path parameter that isn't valid.
You may be sending an incorrect
Content-Type
header.
Solutions
Check that your request body is JSON.
Check that the JSON you sent is formatted correctly.
Check that the path parameters you're using are correct.
Make sure that your
Content-Type
header isapplication-json
.
On this page