Altair
Altair is available for multiple platforms. In this example we are using the Google Chrome extension.
- Provide the URL of the GraphQL endpoint
https://datamart.visma.net/graphql
- Click on the
Set Headers
button and provide theAuthorization
header with the valueBearer <access_token>
. Replace<access_token>
with the access token. - Use
Docs
button to explore the schema and the available queries and mutations. - Enter the query in the left top panel, the variables in left bottom and click the
Send Request
button.