Skip to main content

Accounts

Make a GET request to /accounts to retrieve information about the account associated with your API key. This is a useful route to get summary stats about your account's JOFI usage.

GET /accounts
{
"mode": "live",
"object": "account",
"id": 68,
"display_name": "CoffeeBean Inc",
"display_name_external": "The Coffee Company",
"teams_count": 3,
"users_count": 3,
"invitations_count": 162,
"test_takers_seats_used_count": 98,
"prescreens_completed_count": 16,
"thinking_skills_completed_count": 21,
"personality_completed_count": 55,
"career_interests_completed_count": 47
}