Skip to content

API Examples

Explore practical examples of how to use the OwlFlow GraphQL API. Each example includes a link to try the query directly in our GraphQL playground.

Common Operations

How to Run Examples

  1. Copy the GraphQL query or mutation.
  2. Click the "Try in Playground →" link.
  3. Paste the query into the playground and run it.

Authentication

For user-specific operations, you'll need to include a Authorization: Bearer <token> header in the playground's headers section.

OwlFlow Developer Portal