Sign in

Create or update avails (Full Extract)

documented

Submit or replace all availability windows for a title within a given scope.

PUT /v1/avails/{licensor}/full-extract/{ALID}Availsno implementation yet0 runs
No 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}}" \
  -X PUT \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "x-api-key: {{PRIMEVIDEO_API_KEY}}" \
  --cert {{PRIMEVIDEO_MTLS_CERT}} \
  --key {{PRIMEVIDEO_MTLS_KEY}} \
  -d '{"avail": {{$avail}}}'
Create or update avails (Full Extract) · Amazon Prime Video · OpenIntegrations