Account
Get Account
Get the accounts row for the current account
GET
Get Account
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get the accounts row for the current account
curl --request GET \
--url https://api.oviond.com/v1/account \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {}
}curl --request GET \
--url https://api.oviond.com/v1/account \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {}
}