Documentation Index

Fetch the complete documentation index at: https://support.dise.com/llms.txt

Use this file to discover all available pages before exploring further.

New Dise One & CX Portal release! Click this link to read the release notes: Dise One 5.0 & CX Portal V42

Create access token

Prev Next
Get
/token

Requires an Authorization bearer token and returns a short-lived path token for the other endpoints.

Security
HTTP
Type bearer

Bearer JWT required by GET /token.

Query parameters
ids
stringRequired

Required JSON-encoded array of encoded DISE IDs, for example [""].

Min length1
expires
integer

Optional token lifetime in seconds. If omitted or invalid, the service uses its configured default.

Minimum1
Responses
200

Access token string.

string
401

Authentication failed, or the path token is invalid or expired.

object
reason
string

Error category.

message
string

Human-readable error message.

timestamp
string

Error timestamp.

status
integer

HTTP status code.

403

Caller lacks permission to read the requested display/player.

object
reason
string

Error category.

message
string

Human-readable error message.

timestamp
string

Error timestamp.

status
integer

HTTP status code.

404

One or more requested IDs were not found within caller scope.

object
reason
string

Error category.

message
string

Human-readable error message.

timestamp
string

Error timestamp.

status
integer

HTTP status code.

422

Invalid query or body parameters.

object
reason
string

Error category.

message
string

Human-readable error message.

timestamp
string

Error timestamp.

status
integer

HTTP status code.

500

Unexpected server error.

object
reason
string

Error category.

message
string

Human-readable error message.

timestamp
string

Error timestamp.

status
integer

HTTP status code.