GraphQL
Execute a GraphQL operation
Send a GraphQL query or mutation. Authorization is evaluated for every selected field.
Authentication
Authorizationbearer tokenRequires podcasts.read — Read podcasts, seasons, episodes, feeds, and analytics.
Body parameters
application/json
querystringrequiredThe GraphQL document to execute.
variablesobjectVariables referenced by the GraphQL document.
operationNamestring | nullSelects an operation when the document contains more than one.
Responses
200Successful response400The request is invalid401Authentication is missing or invalid403The token does not have the required scope429Rate limit exceeded