Usage
Last updated
Was this helpful?
Last updated
Was this helpful?
Headers
Authorization: Bearer <api_key>
Endpoint
https://app.eduflow.com/api/graphql
General requests to the API endpoint will return JSON.
The response will be wrapped in "data"
and match the shape of the original query.
example:
Response:
Institution administrators that are logged into Eduflow can access the API endpoint and query through the graphql interface.
To open GraphiQL's sidebar, mouseover an object in the query and click an object inside a tooltip, or clicking "Doc":
GraphiQL works with both session-based (logged into app.eduflow.com) and by passing authorization headers.
When logged in, go directly to
If you access via browser, the GraphQL endpoint will show