get
https://api.apollo.io/api/v1/users/api_profile
| Endpoint essentials | |
|---|---|
| API key access | api/v1/users/api_profile or Master API key |
| OAuth scopes | read_user_profile |
| Credit usage | 0 creditsLearn more about API pricing and credits. |
| Authentication note: Default scope — granted automatically on every OAuth token. | |
Users are the people who use your Apollo workspace.
Use the Get Current User Profile endpoint to retrieve the authenticated profile of the person who owns the API key being used.
By default, the endpoint returns the user's identity fields. Set the include_credit_usage query parameter to true to also return the user's and team's credit usage and remaining credit balances.
If you call this endpoint without valid access credentials, you receive a 401 response.