---
title: "⭐ RocketReach Universal API Account"
method: GET
path: "/universal/account/"
tags: ["Account"]
---

# ⭐ RocketReach Universal API Account

`GET /universal/account/`

Retrieve & Manage Account Details

## Response `200`

Success. Returns the account object.

- UniversalCreditsUserModelWithExtraAttributes
  - `id` integer — RocketReach internal unique user ID
  - `first_name` string, nullable — First name of the user
  - `last_name` string, nullable — Last name of the user
  - `email` string, nullable — Email for the user
  - `state` 'anonymous' | 'test_user' | 'registered'
  - `plan` Plan
    - `id` integer — RocketReach internal unique plan ID
    - `name` string — Name of the plan
    - `lookup_limit` integer — Maximum number of lookups for the plan
    - `export_limit` integer — Maximum number of exports for the plan
  - `api_key` string — API Key for the user
  - `api_key_domain` string, nullable
  - `daily_api_num_calls` integer, nullable — Number of API calls made today by the user
  - `daily_api_limit` string — Maximum number of daily API calls for the user
  - `credit_usage` UniversalCreditUsage
    - `credits_allocated` integer — Total credits allocated to the user
    - `credits_used` integer — Total credits used by the user
    - `credits_remaining` integer — Total credits remaining for the user
    - `last_synced` string, date-time — Timestamp of the last sync of the user credit usage data
  - `credit_usage_by_action` UniversalCreditUsageByAction[] — Objects representing the user's credit usage by credit_action type
    - `credit_action` string — The credit action being tracked. One of `PersonSearch`, `CompanySearch`, `ProfessionalEmailEnrichment`, `PersonalEmailEnrichment`, `PhoneEnrichment`, `PersonEnrichment`, `CompanyEnrichment`, `HealthcareEnrichment`
    - `attempted_count` integer — Number of attempted credit actions
    - `succeeded_count` integer — Number of successful credit actions
    - `credits_used` integer — Total credits used by this credit action
    - `last_synced` string, date-time — Timestamp of the last sync of the user credit usage by action data
  - `rate_limits` RateLimit[] — Objects representing the user's rate limits by request type
    - `action` string — The credit action being rate limited
    - `duration` string — The duration of the rate limit window
    - `limit` integer, nullable — The maximum number of requests allowed
    - `used` integer — The number of requests used in the current window
    - `remaining` integer, nullable — The number of requests remaining in the current window

## Other responses

- `400` — Bad Request. The request is malformed or missing required parameters.
- `401` — Unauthorized. API Key is missing or invalid.
- `403` — Forbidden. API Key lacks permission to perform this action.
- `404` — Not Found. The requested resource (e.g., profile) does not exist.
- `429` — Too Many Requests. API request limit reached -- slow down requests.
- `500` — Internal Server Error. Unexpected error on RocketReach servers. Try again later.

---

[API](https://skmtc.dev/rocketreach/apis/rocketreach-api.md) · [All operations](https://skmtc.dev/rocketreach/apis/rocketreach-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rocketreach/rocketreach-api/revisions/68b5a27dfb6d/schema)
