---
title: "GET /settings/getClientAssetsAccessToken"
method: GET
path: "/settings/getClientAssetsAccessToken"
---

# GET /settings/getClientAssetsAccessToken

`GET /settings/getClientAssetsAccessToken`

Get access token to get access to client AI model assets.

## Response `200`

The request has succeeded.

- ClientAssetsAccessTokenResponse — Response model for client assets access token.
  - `expiry` string, date-time, required — The expiry time of the access token.
  - `accessToken` string, required — The access token for client assets.
  - `base64AccessToken` string, required — The base64 encoded access token.

## Other responses

- `default` — An unexpected error response.

## Changes

- **2026-07-13** `e9a68c525be6` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/azure/apis/ai-face/changes/settings/getClientAssetsAccessToken/get.md)

---

[API](https://skmtc.dev/azure/apis/ai-face.md) · [All operations](https://skmtc.dev/azure/apis/ai-face/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/ai-face/revisions/e9a68c525be6/schema)
