Retrieve complete account details including pricing tier and credentials.
curl --request GET \
--url https://api.vobiz.ai/api/v1/auth/me \
--header 'X-Auth-ID: <api-key>' \
--header 'X-Auth-Token: <api-key>'{
"type": "account",
"id": "500000",
"api_id": "aabbccdd-1234-5678-90ab-cdef12345678",
"name": "Acme Corp",
"email": "admin@example.com",
"phone": "+919876543210",
"description": null,
"auth_id": "MA_XXXXXXXX",
"auth_secret": "<redacted>",
"auth_token_expire_time": null,
"country": "IN",
"timezone": "Asia/Kolkata",
"city": "Bengaluru",
"state": "KA",
"address": "123 Example Street, Bengaluru",
"zip_code": "560001",
"company": "Acme Corp",
"account_type": "standard",
"postpaid": false,
"auto_recharge": true,
"auto_recharge_config": null,
"enabled": true,
"carrier_type": null,
"customer_type": null,
"credit_limit": 0,
"cps_limit": 11,
"concurrent_calls_limit": 10,
"base_cps_limit": 1,
"base_concurrent_calls_limit": 10,
"purchased_cps": 10,
"purchased_concurrent_calls": 0,
"risk_rating": 0,
"risk_status": null,
"features": {
"call_queue": true
},
"ip_auth_enabled": false,
"ip_whitelist_rules": {},
"allow_aws_ips": false,
"role": "admin",
"is_active": true,
"is_verified": false,
"is_trial_account": false,
"created_at": "2025-09-30T08:33:24.700542+00:00",
"updated_at": "2026-05-12T05:41:41.892287+00:00",
"last_login": "2026-05-12T05:41:42.601005+00:00",
"pricing_tier_id": "11223344-5566-7788-99aa-bbccddeeff00",
"pricing_tier": {
"id": "11223344-5566-7788-99aa-bbccddeeff00",
"name": "Standard",
"description": null,
"currency": "INR",
"rate_per_minute": 0.45,
"billing_increment_seconds": 60,
"minimum_duration_seconds": 0,
"is_active": true,
"is_default": false
}
}Documentation Index
Fetch the complete documentation index at: https://docs.vobiz.ai/llms.txt
Use this file to discover all available pages before exploring further.
GET https://api.vobiz.ai/api/v1/auth/me
X-Auth-ID - Your account Auth IDX-Auth-Token - Your account Auth TokenContent-Type: application/jsoncurl -X GET https://api.vobiz.ai/api/v1/auth/me \
-H "X-Auth-ID: YOUR_AUTH_ID" \
-H "X-Auth-Token: YOUR_AUTH_TOKEN"
{
"type": "account",
"id": "500000",
"api_id": "aabbccdd-1234-5678-90ab-cdef12345678",
"name": "Acme Corp",
"email": "admin@example.com",
"phone": "+919876543210",
"description": null,
"auth_id": "MA_XXXXXXXX",
"auth_secret": "<redacted>",
"auth_token_expire_time": null,
"country": "IN",
"timezone": "Asia/Kolkata",
"city": "Bengaluru",
"state": "KA",
"address": "123 Example Street, Bengaluru",
"zip_code": "560001",
"company": "Acme Corp",
"account_type": "standard",
"postpaid": false,
"auto_recharge": true,
"auto_recharge_config": null,
"enabled": true,
"carrier_type": null,
"customer_type": null,
"credit_limit": 0.0,
"cps_limit": 11,
"concurrent_calls_limit": 10,
"base_cps_limit": 1,
"base_concurrent_calls_limit": 10,
"purchased_cps": 10,
"purchased_concurrent_calls": 0,
"risk_rating": 0,
"risk_status": null,
"features": {
"call_queue": true
},
"ip_auth_enabled": false,
"ip_whitelist_rules": {},
"allow_aws_ips": false,
"role": "admin",
"is_active": true,
"is_verified": false,
"is_trial_account": false,
"created_at": "2025-09-30T08:33:24.700542+00:00",
"updated_at": "2026-05-12T05:41:41.892287+00:00",
"last_login": "2026-05-12T05:41:42.601005+00:00",
"pricing_tier_id": "11223344-5566-7788-99aa-bbccddeeff00",
"pricing_tier": {
"id": "11223344-5566-7788-99aa-bbccddeeff00",
"name": "Standard",
"description": null,
"currency": "INR",
"rate_per_minute": 0.45,
"billing_increment_seconds": 60,
"minimum_duration_seconds": 0,
"is_active": true,
"is_default": false
}
}
pricing_tier object provides complete details about your account’s billing configuration.Your Vobiz account Auth ID
Your Vobiz account Auth Token
Account details
Show child attributes
Show child attributes
Was this page helpful?
curl --request GET \
--url https://api.vobiz.ai/api/v1/auth/me \
--header 'X-Auth-ID: <api-key>' \
--header 'X-Auth-Token: <api-key>'{
"type": "account",
"id": "500000",
"api_id": "aabbccdd-1234-5678-90ab-cdef12345678",
"name": "Acme Corp",
"email": "admin@example.com",
"phone": "+919876543210",
"description": null,
"auth_id": "MA_XXXXXXXX",
"auth_secret": "<redacted>",
"auth_token_expire_time": null,
"country": "IN",
"timezone": "Asia/Kolkata",
"city": "Bengaluru",
"state": "KA",
"address": "123 Example Street, Bengaluru",
"zip_code": "560001",
"company": "Acme Corp",
"account_type": "standard",
"postpaid": false,
"auto_recharge": true,
"auto_recharge_config": null,
"enabled": true,
"carrier_type": null,
"customer_type": null,
"credit_limit": 0,
"cps_limit": 11,
"concurrent_calls_limit": 10,
"base_cps_limit": 1,
"base_concurrent_calls_limit": 10,
"purchased_cps": 10,
"purchased_concurrent_calls": 0,
"risk_rating": 0,
"risk_status": null,
"features": {
"call_queue": true
},
"ip_auth_enabled": false,
"ip_whitelist_rules": {},
"allow_aws_ips": false,
"role": "admin",
"is_active": true,
"is_verified": false,
"is_trial_account": false,
"created_at": "2025-09-30T08:33:24.700542+00:00",
"updated_at": "2026-05-12T05:41:41.892287+00:00",
"last_login": "2026-05-12T05:41:42.601005+00:00",
"pricing_tier_id": "11223344-5566-7788-99aa-bbccddeeff00",
"pricing_tier": {
"id": "11223344-5566-7788-99aa-bbccddeeff00",
"name": "Standard",
"description": null,
"currency": "INR",
"rate_per_minute": 0.45,
"billing_increment_seconds": 60,
"minimum_duration_seconds": 0,
"is_active": true,
"is_default": false
}
}