Authentication

The API uses Basic authentication with the same credentials you use to log in to our web or mobile apps. You can use your master user login, but we recommend creating a specific user for your API needs.
Example request
For example, to get the currently logged in user using curl:
curl -u username:password -H "Content-Type: application/json" -H "Accept: application/json" -d '{"query": "{ me { id } }"}' https://api.attendium.com/graphql