Programmatic API (API Key)
Last modified:2026-06-01 19:28:25
Authentication: Requires API key (X-Api-Key header).
Header parameters: Accept (string — required)
Request body: object (api_id)
Success response (200): object (balanceAmount, currenceCode)
Request
Body Params application/json
Responses
application/json
curl --location 'https://api.veloconnect.me/api/CheckBalance' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '{
"api_id": "<string>"
}'
Response Response Example
{
"balanceAmount": "<number>",
"currenceCode": "<string>"
}
Modified at 2026-06-01 19:28:25