Studio
cURL
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 } }
Account profile and wallet balance.
Documentation IndexFetch the complete documentation index at: https://onlytraffic.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://onlytraffic.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Your API key from the Studio Dashboard
Successful response
true
Identity and wallet snapshot for the API key owner.
Show child attributes
Was this page helpful?