Skip to main content
GET
/
v1
/
account
Get account summary for the authenticated user
curl --request GET \
  --url https://api.urltodata.ai/v1/account \
  --header 'Authorization: Bearer <token>'
{
  "user": {
    "id": "<string>",
    "email": "jsmith@example.com",
    "status": "<string>"
  },
  "credit_balance": 123,
  "active_key_count": 123,
  "has_stripe_customer": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.urltodata.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
default:your-api-key
required

API key as Bearer token (e.g. Bearer mp_abc123_secret)

Response

Account summary

user
object
credit_balance
integer
active_key_count
integer
has_stripe_customer
boolean