---
title: "Get a list of user that has authorized the logged in API client for access"
method: GET
path: "/v1/client/apiauthorizations"
tags: ["ClientApiAuthorizations"]
---

# Get a list of user that has authorized the logged in API client for access

`GET /v1/client/apiauthorizations`

Only users that has given authorization to the given API client will be returned

## Response `200`

The users are returned

- APIAuthorizationModel[]
  - `APIAuthorizationId` integer
  - `IssueDate` string, date-time
  - `APIClientId` integer
  - `UserId` integer
  - `ScopesDelimitedBySpaces` string
  - `ExpirationDateUtc` string, date-time

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