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

# Authentication

> Learn how to authenticate your API requests with Hirempire using Bearer tokens

## Get Started with Hirempire API

<Steps>
  <Step title="Create Your API Token">
    To begin, go to your [Hirempire API Tokens](https://app.hirempire.com/dashboard/settings/tokens). From there, you can:

    * Set the expiry (30 Days, 90 Days, or Never Expire)
    * Generate your access token
  </Step>

  <Step title="Authenticate Your Requests">
    Use the token in the **`Authorization`** header:

    ```http theme={null}
    Authorization: Bearer sk-••••••••••••
    ```

    * The token grants full access to your workspace's API
    * Keep it safe; treat it like a password
  </Step>

  <Step title="Start Using Endpoints">
    Use the documentation sidebar to explore endpoints grouped under:

    * Jobs
    * Candidates
    * Companies
    * Webhooks
  </Step>
</Steps>

<CardGroup cols={1}>
  <Card title="Step 1: Create Your API Token">
    To begin, go to your [Hirempire API Tokens](https://app.hirempire.com/dashboard/settings/tokens). From there, you can:

    * Set the expiry (30 Days, 90 Days, or Never Expire)
    * Generate your access token
  </Card>

  <Card title="Step 2: Authenticate Your Requests">
    Use the token in the **`Authorization`** header:

    ```http theme={null}
    Authorization: Bearer sk-••••••••••••
    ```

    * The token grants full access to your workspace's API
    * Keep it safe; treat it like a password
  </Card>

  <Card title="Step 3: Start Using Endpoints">
    Use the documentation sidebar to explore endpoints grouped under:

    * Jobs
    * Candidates
    * Companies
    * Webhooks
  </Card>
</CardGroup>

## Support & Resources

<CardGroup cols={1}>
  <Card title="Contact Support">
    Need help? Email us at [support@hirempire.com](mailto:support@hirempire.com)
  </Card>
</CardGroup>
