Using Access Tokens
You can use both Application Access Tokens and User Access Tokens by adding them to the Authorization header to every request you make to the API.
Authorization: Bearer <access_token>
Authorization: Bearer ab6a592346444dea97170837e104d8a5ab6a592346444dea97170837e104d8a5
Example:
- cURL
curl https://v5api.tiltify.com/api/public/campaigns/9c3dc859-b0f7-46cb-a496-71f8f94183b8 \
-H 'Authorization: Bearer ab6a592346444dea97170837e104d8a5ab6a592346444dea97170837e104d8a5'