> ## Documentation Index
> Fetch the complete documentation index at: https://starlight.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Account ID

> Know how to get your account ID

`account_id` is a required parameter for certain endpoints that relate to user accounts.

Follow these steps to get your `account_id`:

<Steps>
  <Step title="Step 1">
    Create a session\_id [here](https://starlight.mintlify.app/api-reference/endpoints/details-by-sessionid);
  </Step>

  <Step title="Step 2">
    Get your `account_id` from the retrieved response.
  </Step>
</Steps>
