---
title: "Signage admin - create display credential"
method: POST
path: "/Signage/Admin/Displays"
tags: ["Signage"]
---

# Signage admin - create display credential

`POST /Signage/Admin/Displays`

**Requires permission:** *IT*

Creates a service account scoped to /Signage/Display, binds it to a display definition, and returns the client id and raw secret ONCE (only the hash is stored). Requires the IT permission.

## Query parameters

- `page` integer, required
- `pageSize` integer, required
- `includes` string[], nullable
- `sort` string, nullable
- `filter` string, nullable

## Request body

- PostSignageDisplayRequest
  - `displayKey` string, nullable
  - `credentialName` string, nullable
  - `tokenLifetimeSeconds` integer, nullable

## Response `200`

Success - credential created

- PostSignageDisplayResponse
  - `clientId` string, nullable
  - `clientSecret` string, nullable
  - `meta` Meta
    - `page` integer
    - `pageSize` integer
    - `total` integer

## Other responses

- `400` — Unknown display key
- `401` — Unauthorized
- `403` — Missing IT permission

---

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