Implemented
**Metadata-QA: Test Drive started on June 28, 2024**
metadata-production: Rollout scheduled on July 14, 2024
Release notes:
- New OAuth Token Endpoint and API Endpoint
OAuth Token Endpoint:
New OAuth Token endpoint introduced to securely access the API's
QA:
Header: "Authorization: Basic Base64(consumer-key:consumer-secret)"
Production:
Header: "Authorization: Basic Base64(consumer-key:consumer-secret)"
REST API Endpoint:
QA:
Header: "Authorization: Bearer <access_token>"
Production:
Header: "Authorization: Bearer <access_token>"
- Hyperlinks to help navigating to child entities
- Informative Error codes and Messages
- Child GET API endpoints with plural name
The child GET API endpoints updated with plural name.
Examples:
GET {{baseurl}}/series/cid:org:pbs.org:Series2992/organizations
GET {{baseurl}}/series/cid:org:pbs.org:Series11/credits
GET {{baseurl}}/series/cid:org:pbs.org:Series500/seasons
GET {{baseurl}}/season/cid:org:pbs.org:Season8/episodes
GET {{baseurl}}/policy/cid:org:pbs.org:Policy720/prohibitions
GET {{baseurl}}/policy/cid:org:pbs.org:Policy567/permissions
- ContentIDList/Alternate ID List is included in the respective SNS payload.
Consumer key / Secret key / Scope: Click here to request access