---
title: "Get the details about a specific user authorization"
method: GET
path: "/v1/client/apiauthorizations/{apiAuthorizationId}"
tags: ["ClientApiAuthorizations"]
---

# Get the details about a specific user authorization

`GET /v1/client/apiauthorizations/{apiAuthorizationId}`

## Path parameters

- `apiAuthorizationId` integer, required

## Response `200`

The user details are returned

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

## Other responses

- `403` — Request is forbidden, meaning you dont' have access to this authorization
- `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)
