---
title: "Get the current API client that access the API"
method: GET
path: "/v1/client/api"
tags: ["ClientApi"]
---

# Get the current API client that access the API

`GET /v1/client/api`

Returns the given API Client that the token is valid for

## Response `200`

The APIClient is returned

- APIClientModel
  - `APIClientId` integer
  - `APIClientIdentifier` string
  - `Name` string
  - `ScopesDelimitedBySpaces` string
  - `ClientType` string

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.net/automile/apis/automile-api.md) · [All operations](https://skmtc.net/automile/apis/automile-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/automile/automile-api/revisions/bd42075f6b02/schema)
