Authentication
For the API endpoints marked as authenticated using Bearer tokens, make sure to pass theAuthorization header with your bearer token.
Your bearer token will be provided by the Playback support team during the onboarding process.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Authorization header with your bearer token.
Your bearer token will be provided by the Playback support team during the onboarding process.
curl -X GET https://api.playbackdirect.com/v1/partners/offers \
-H "Authorization: Bearer YOUR_TOKEN_HERE" \
