Validate avails
documentedValidate avails data before submitting to Prime Video to surface errors up front.
POST /v1/avails/{licensor}/full-extract/{ALID}/validateAvailsno 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}}/validate' \
-X POST \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'x-api-key: {{PRIMEVIDEO_API_KEY}}' \
--cert '{{PRIMEVIDEO_CLIENT_CERT}}' \
--key '{{PRIMEVIDEO_CLIENT_KEY}}' \
-d '{\"avail\": {{$avail}}}'