400 - Bad Request
Description
This error occurs when the request did not include the necessary data needed to make the request.
Response
Key | Type | Description |
---|---|---|
success | Boolean | If the request was successful. |
message | String | Error message. |
Possible Solutions
If you're authenticating your API Key, make sure the API Key is being provided with the authentication request. Your API Key should be provided in the body of the request as a stringified JSON object and passed in the apiKey
key-value pair.