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

# Get Client Info

> Get information about the authenticated client

### Headers

<ParamField header="Accept" type="string" required>
  Must be "application/json"
</ParamField>

### Response

<ResponseField name="client" type="object">
  Client information object
</ResponseField>

<RequestExample>
  ```bash theme={null}
  curl --request GET \
    --url /b2b/v1/auth/client \
    --header 'Accept: application/json' \
    --header 'Authorization: Bearer {access_token}'
  ```
</RequestExample>
