GraphQL Queries
Example GraphQL queries with authentication.
GraphiQL
To get started, login into Sleuth and open GraphiQL
Logged in user (example link)
GraphQL Query
Team metrics recap (example link)
Project metrics recap (example link)
cURL and API key
Using cURL you can call Sleuth GraphQL API from any environment.
Get API Key through GraphiQL (example link)
GraphQL Query
Now use API Key in authorization
header (required headers are content-type
and authorization
)
Authorization header starts with apikey and not Bearer!
Last updated