v1
latestOpenAPI 3.1.02026-07-2414238909.1 KBRetrieve info for a specific Pool
get/pools/my/{poolid}
Path parameters
poolidstring required
The tracking id of the pool.
Headers
Authorizationstring required
Bearer {access_token}
Response
200
Example response
{
"poolId": "xxxxx-xxxx-xxxxx-xxxxxx",
"poolName": "demo-pool",
"smsSettings": {
"sticky": true,
"geomatch": true,
"defaultCountry": "GR",
"callback": {
"url": "https://example.com",
"strategy": "OnCompletion"
}
},
"updatedAt": "2018-11-20T08:17:08.275Z"
}