Skip to main content

🏗️ Setup (other)

Initialize the Zallo client

Our GraphQL endpoint
https://api.zallo.io/graphql

Authenticating your requests

// TODO: obtain token

Add the token to your request headers

Authorization: $token

🎉 That's it! You're ready to go

Test that your client is configured correctly by running the following query

query DeviceId {
device {
id
}
}

Visit the playground to try things out