Skip to main content
GET
/
account
/
info
Info
curl --request GET \
  --url https://studio-api.onlytraffic.com/api/external/v1/account/info \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "data": {
    "uuid": "8c1e3b80-7aef-4d26-9ed9-3a1f0b2c91ab",
    "username": "kim_studio",
    "email": "owner@example.com",
    "tier": "gold",
    "tier_label": "Gold",
    "balance": 1284.5
  }
}

Documentation Index

Fetch the complete documentation index at: https://onlytraffic.com/docs/llms.txt

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

Authorizations

X-API-Key
string
header
required

Your API key from the Studio Dashboard

Response

Successful response

success
boolean
Example:

true

data
object

Identity and wallet snapshot for the API key owner.