Matches
Retrieve a list of Matches
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
// Sample response
{
"totalCount": 13,
"pageInfo": {
"hasNextPage": true,
"hasPreviousPage": false,
"startCursor": "eyJpZCI6I...",
"endCursor": "eyJpZCI6..."
},
"nodes": [
{
"id": "6a7832326c717a6830777637",
"createdAt": "1999-12-26T14:19:47.000Z",
"engagementId": "616433676e367039346f396f",
"memberIds": [
"74326a776f6267316c366362",
"6f786a6e6f35716c786b386a"
],
"optInFormIds": [
"386331317462776872336f68",
"357438317161696830347135",
],
"product": "one-to-one",
"calendarUrl": "https://..."
}
]
}Last updated