We offer a GraphQL API to connect with our system. Since this is the same API that we use for our apps, almost everything you can do in our apps can also be done using our API.
https://api.attendium.com/graphqlhttps://api.attendium.com/graphql/schemaUTF-8 is used across our platform.
The API supports JSON (application/json) which should be set as both "Content-Type" and "Accept" headers.
Example request using curl:
curl -u username:password -H "Content-Type: application/json" -H "Accept: application/json" -d '{"query": "{ me { id } }"}' https://api.attendium.com/graphql