v1
latestOpenAPI 3.1.02026-07-2414238909.1 KBRetrieve all the Pools of an account
get/pools/my
Headers
Authorizationstring required
Bearer {access_token}
Response
200
Example response
{
"content": [
{
"poolId": "xxxxx-xxxx-xxxxx-xxxx-xxxx",
"poolName": "demo-pool",
"smsSettings": {
"sticky": true,
"geomatch": true,
"defaultCountry": "US",
"multipleSender": [
{
"country": "DE",
"senderId": "german",
"keyword": "yes"
}
]
},
"updatedAt": "2018-11-19T11:47:51.03Z"
}
],
"totalPages": 1,
"totalElements": 3,
"last": true,
"numberOfElements": 3,
"first": true,
"size": 10
}