Svrf API Docs

400 - Bad Request

Description

This error occurs when the request did not include the necessary data needed to make the request.

Response

KeyTypeDescription
successBooleanIf the request was successful.
messageStringError 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.