v1
latestOpenAPI 3.1.02026-07-241640107.8 KBAccount
⭐ RocketReach Universal API Account
Retrieve & Manage Account Details
get/universal/account/
Response
Success. Returns the account object.
Example response
{
"id": 123456,
"first_name": "Mark",
"last_name": "Cuban",
"email": "name@example.com",
"daily_api_num_calls": 5,
"credit_usage": {
"credits_allocated": 100,
"credits_used": 50,
"credits_remaining": 50,
"last_synced": "2023-10-01T12:00:00Z"
},
"credit_usage_by_action": [
{
"credit_action": "PersonSearch",
"attempted_count": 50,
"succeeded_count": 50,
"credits_used": 50,
"last_synced": "2023-10-01T12:00:00Z"
}
]
}