# apiClient

**Scope required:** developer:read

For a complete list of possible response fields see the [ApiClient](https://docs.bunny.com/developer/api-reference/types/apiclient) type.

```graphql
query apiClient ($id: ID, $code: String, $format: String) {
  apiClient (id: $id, code: $code, format: $format) {
    accessTokenExpiresIn
    authorizationCodeEnabled
    clientCredentialsEnabled
    clientId
    clientSecret
    entityId
    id
    name
    ownerId
    pkceEnabled
    redirectUri
  }
}
```

## Arguments

| Name   | Type   | Description |
| ------ | ------ | ----------- |
| id     | ID     |             |
| code   | String |             |
| format | String |             |

## Response

* [ApiClient](https://docs.bunny.com/developer/api-reference/types/apiclient)
