Authenticate your API requests.
DATA_POOL_QUERY
and METRIC_QUERY
scopes so they can access your data.
ADMIN
scope.Generate a JWT token
$APPLICATION_ID
and $APPLICATION_SECRET
with your Application’s clientId
and secret
.The response includes:Make an authenticated request
400 Bad request
grant_type
parameter is missing or invalidclient_id
parameter is missing or invalidclient_secret
parameter is missing or invalidgrant_type=client_credentials
in the request401 Unauthorized
403 Forbidden