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
- User Management - Registration, profile updates, password resets, and documents.
- Authentication - How to log in, handle JWT tokens, and link social accounts.
- Onboarding & Eligibility - Preliminary eligibility checks and onboarding plugins.
- Scholarships - Searching and filtering scholarships.
- Applications - Applying to scholarships and submitting requirements.
- Essays & Personalization - Generating essays and personalization queries.
- Billing & Subscriptions - Subscription management, payment popups, and cancellations.
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.
