Working with GraphQL
Bloodbath proposes a powerful GraphQL API.
Prerequisite
Acquire your API keyEndpoint
https://api.bloodbath.io/graphqlAuthorization
{
"headers": {
"authorization": "Bearer <Your API key>"
}
}Check your access
Examples
List events
Find an event
Last updated