# Account Info (/docs/extra-apis/account-info)





Returns account details including email, name, and plan information with credit totals..

<Callout type="warn">
  Requires authentication → provide your API key as a Bearer token in the
  Authorization header.
</Callout>

## Get Account Information [#get-account-information]

`GET` `https://api.serphouse.com/account/info`

### Headers [#headers]

| Name          | Type   | Description             |
| ------------- | ------ | ----------------------- |
| Authorization | String | Bearer `<YOUR_API_KEY>` |

<Callout type="info">
  Returns account details including email, name, and plan information with
  credit totals.
</Callout>

## Example Request [#example-request]

<ApiExample endpoint="https://api.serphouse.com/account/info" method="GET" />

## Example Response [#example-response]

<ApiExample mode="response" response="accountInfoJsonResponse" />

## Related Links [#related-links]

<Cards>
  <Card title="Domains List" href="/extra-apis/domains-list" />

  <Card title="Languages List" href="/extra-apis/languages-list" />

  <Card title="Locations List" href="/extra-apis/locations-list" />
</Cards>
