v1

latestOpenAPI 3.1.02026-07-241640107.8 KB
Account

RocketReach API Account

Retrieve & Manage Account Details

get/account/

Response

Success. Returns the account object.

idinteger

RocketReach internal unique user ID

first_namestring nullable

First name of the user

last_namestring nullable

Last name of the user

emailstring nullable

Email for the user

state'anonymous' | 'test_user' | 'registered'

Example response

{
  "id": 123456,
  "first_name": "Mark",
  "last_name": "Cuban",
  "email": "name@example.com"
}
All 16 operations