Skip to main content
Before making any other Runtime API call, your visual must exchange its credentials for a Bearer token.

Endpoint

No Authorization header required for this call.

Request body

Response

Using the token

Pass the accessToken as the Authorization header on all subsequent calls:

Error responses

When to call it

Call authenticate once at the start of each show — on Event BeginPlay or when the operator clicks a “Start Show” button in your visual. The token lasts 1 hour, which covers a typical live event. If your show runs longer, re-authenticate before the token expires.