Learn how to authenticate above the Environment level.
accessToken
provided will remain valid for a duration of 24 hours.publishableKey
and secretKey
are specific to an environment therefore, to interact at a higher level, you’ll have to use a personal access token.
clientId
and secret
.
accessToken
. Present that as your Bearer token
in place of the secretKey
.accessToken
, you can use it as a Bearer token in place of the secretKey
to perform account-level queries. This allows you to access to every object across the Account.
By using the admin API key, you can query for all events across all environments, list all users and guests, determine the number of Spaces and their presence in different environments, and identify environments with agents deployed.