API Reference
Authentication

Authentication

Getting a token

You can get a token via the API Integration page (opens in a new tab) in the Ignite Admin UI. You need to be an admin to access this page. You can use an existing token or create a new one with your desired access rights and category scope.

Using a token

You can use a token by passing it as a Bearer token in the Authorization header of your request.

curl -X GET https://app.ignitevideo.cloud/api/videos \
-H "Authorization: Bearer YOUR_TOKEN"