post https://us-central1-readysandbox.cloudfunctions.net/gamePass-getForApp
Log in to see full request history
Responses
400Invalid argument error for invalid appId.
410Not Found error indicating there are no game passes for the specified app.
400Invalid argument error for invalid appId.
410Not Found error indicating there are no game passes for the specified app.
xxxxxxxxxx
curl --request POST \
--url https://us-central1-readysandbox.cloudfunctions.net/gamePass-getForApp \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
21{
"gamePasses": [
{
"id": "string",
"appIds": [
"string"
],
"requestName": "string",
"name": "string",
"description": "string",
"setBy": "string",
"linkedVirtualItems": [
"string"
],
"createdAt": 0,
"updatedAt": 0,
"createdBy": "string",
"updatedBy": "string"
}
]
}