post https://us-central1-readysandbox.cloudfunctions.net/leaderboardV2-getIds
Log in to see full request history
Responses
400The request had invalid parameters. This occurs if the appId is missing or not a string.
400The request had invalid parameters. This occurs if the appId is missing or not a string.
xxxxxxxxxx
curl --request POST \
--url https://us-central1-readysandbox.cloudfunctions.net/leaderboardV2-getIds \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"ignoreTimestamp": false
}
'
xxxxxxxxxx
{
"ids": [
"string"
]
}