Retrieve avails
documentedFetch the current availability windows for a specific ALID within a territory/business line.
GET /v1/avails/{licensor}/full-extract/{ALID}?territory={Territory}&businessLine={BusinessLine}Availsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://partnerapi.primevideo.com/v1/avails/{{$licensor}}/full-extract/{{$ALID}}?territory={{$territory}}&businessLine={{$businessLine}}" \
-X GET \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "x-api-key: {{PRIMEVIDEO_API_KEY}}" \
--key "{{PRIMEVIDEO_CLIENT_KEY}}" \
--cert "{{PRIMEVIDEO_CLIENT_CERT}}"