Authentication
Authenticating requests to GraphQL endpoints
curl -X POST 'https://api.ideavate.co/v1/graphql' \
-H 'Content-Type: application/json' \
-H 'Authorization: ${token type} ${access token}' \
-d '{"query":"{ getAuthorisedUser { scope } }"}'Last updated