> ## 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 Me

> StateSet Voice API operation.

StateSet Voice API operation.

### Response

No response body — authenticated customer's user, organization, tenant, and onboarding status.

### Status codes

| Code  | Meaning                                                                    |
| ----- | -------------------------------------------------------------------------- |
| `200` | Authenticated customer's user, organization, tenant, and onboarding status |
| `401` | Missing or invalid customer session                                        |
| `404` | Customer self-serve plane disabled                                         |

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