API Error Handling
Reference guide for VCCPool API error responses and handling. Includes HTTP status codes, error messages, and response formats for common error scenarios such as authentication failures, invalid parameters, and server errors.
Error Responses
401 Unauthorized
{
"code": 401,
"msg": "Not logged in yet or timed out"
}
404 Not Found
{
"code": 404,
"msg": "Resource not found"
}
422 Invalid parameter
{
"code": 422,
"msg": "Invalid parameter"
}
500 Internal Server Error
{
"code": 500,
"msg": "Internal server error"
}
503 Request has no allowed route
{
"code": 503,
"msg": "Request has no allowed route"
}
Authentication
Learn how to authenticate your API requests using Bearer token authentication. This guide covers the authentication method, required headers, and base URL for all VCCPool API endpoints.
Entities
Comprehensive reference of all data entities and types used in the VCCPool API, including Currency codes, Product specifications, Card details, and Wallet information. Each entity includes detailed field descriptions, status codes, and type definitions.