Skip to content

Headers

The Open Podcast API follows JSON:API media type requirements. The following headers apply to all requests and responses:

HeaderValueDescription
Content-Typeapplication/vnd.api+jsonMUST be used when sending data to the server.
Acceptapplication/vnd.api+jsonMUST be used to indicate the client expects JSON:API-compliant responses.
HeaderValueDescription
Content-Typeapplication/vnd.api+jsonMUST be present in all JSON:API responses.
LocationURI of created resourceMUST be included in 201 Created responses to identify the new resource.