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

# Customer Session Status

> StateSet Voice API operation.

StateSet Voice API operation.

### Response

No response body — customer session status: whether signup is enabled and whether the caller is authenticated.

### Status codes

| Code  | Meaning                                                                                    |
| ----- | ------------------------------------------------------------------------------------------ |
| `200` | Customer session status: whether signup is enabled and whether the caller is authenticated |

<RequestExample>
  ```bash cURL theme={null}
  curl --request GET \
    --url 'https://api.voice.stateset.com/api/v1/customer/auth/session' \
    --header 'Authorization: Bearer YOUR_API_KEY'
  ```
</RequestExample>
