Responses
The responses are delivered in JSON data format
The Vourity API uses the conventional HTTP status codes to indicate the success or failure of requests.
- Responses with a status code of 2XX can be considered as a success
- Responses with a status code of 4XX or 5XX can be considered as a failure
No response body{
"code": 404,
"description": "The api-key specified in the URL doesn't exist.",
"reasonPhrase": "ApiKeyNotFoundError"
}Updated 6 months ago
