Appearance
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
- Authentication - How to log in and get a JWT token.
- Scholarships - Searching and filtering scholarships.
- Applications - Applying to scholarships and submitting requirements.
How to Run Examples
- Copy the GraphQL query or mutation.
- Click the "Try in Playground →" link.
- 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.
