curl --request POST \
--url https://api.example.com/v1.0/live/leaderboard \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"Managers": [
"<string>"
],
"Users": [
"<string>"
],
"CallTypes": [
"<string>"
]
}
'curl --request POST \
--url https://api.example.com/v1.0/live/leaderboard \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"Managers": [
"<string>"
],
"Users": [
"<string>"
],
"CallTypes": [
"<string>"
]
}
'JWT Authorization header using the Bearer scheme. Obtain token from /v1.0/OAuth2/tokens endpoint.
Filter by manager or users
Success