Docs API & Developer GET /api/v1/me

GET /api/v1/me

Retrieve your business profile and current API usage.


GET /api/v1/me

Returns your business profile and current API usage statistics.

Request

curl -X GET https://app.6xcom.com/api/v1/me \
  -H "Authorization: Bearer YOUR_API_TOKEN"

Response

{
  "id": 1,
  "name": "6X Cloud",
  "phone": "+447936508801",
  "phone_e164": "447936508801",
  "email": "sales@6xcom.com",
  "category": "IT & Telecom",
  "city": "Hatfield",
  "country": "United Kingdom",
  "is_verified": true,
  "wallet": {
    "balance": "9.80",
    "currency": "USD"
  },
  "api_calls_today": 5,
  "api_limit": 10000
}
Was this article helpful?