How do I need to present my api token to the graphql endpoint?

The docs describe how to create an api token, but not how to use it.

Answers

  • crystralRamirez
    crystralRamirez ✭✭✭✭✭
    You can specify the Authorization header with a bearer token:Content-Type: application/json
    Accept: application/json
    JupiterOne-Account: {Account_ID}
    Authorization: Bearer {API_Key}

This Month's Leaders