post https://us-central1-readysandbox.cloudfunctions.net/matchmaking-getJoinOpenMatches
Log in to see full request history
Responses
400Bad request, if the provided parameters are incorrect.
400Bad request, if the provided parameters are incorrect.
xxxxxxxxxx
curl --request POST \
--url https://us-central1-readysandbox.cloudfunctions.net/matchmaking-getJoinOpenMatches \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
41}
{
"matches": [
{
"id": "string",
"appId": "string",
"type": "default",
"finishType": "scoreSubmitBased",
"startType": "matchFillBased",
"maxUsers": 2,
"isStarted": true,
"votingEnabled": false,
"oncePerUserVoting": true,
"createdBy": "string",
"updatedBy": "string",
"createdAt": 0,
"updatedAt": 0,
"participants": [
"string"
],
"votes": [
{
"voterId": "string",
"participantId": "string"
}
],