post https://us-central1-readysandbox.cloudfunctions.net/gamePass-getForUser
Log in to see full request history
Responses
400Invalid argument error for invalid input values.
410Not Found error indicating the game pass or user does not exist.
400Invalid argument error for invalid input values.
410Not Found error indicating the game pass or user does not exist.
xxxxxxxxxx
curl --request POST \
--url https://us-central1-readysandbox.cloudfunctions.net/gamePass-getForUser \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
13{
"gamePasses": [
{
"id": "string",
"gamePassId": "string",
"quantity": 0,
"createdAt": 0,
"updatedAt": 0,
"createdBy": "string",
"updatedBy": "string"
}
]
}