Sign in

Open GraphiQL explorer

documented

Open the GraphiQL explorer for the GraphQL API in a browser.

GET /spaces/{space}/explore?access_token={token}GraphQLno 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://graphql.contentful.com/content/v1/spaces/{{$space}}/explore?access_token={{CONTENTFUL_API_KEY}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer {{CONTENTFUL_API_KEY}}"