v1

latestOpenAPI 3.1.02026-07-2414238909.1 KB

Retrieve the Numbers that belongs to a specific Pool

get/pools/my/{poolid}/numbers

Path parameters

poolidstring required

The tracking id of the pool.

Headers

Authorizationstring required

Bearer {access_token}

Response

200

poolIdstring
poolNamestring
numbersstring[]

Example response

{
  "poolId": "xxxx-xxaxx-xxxxa-xxxx-xxxxxx",
  "poolName": "demo-pool",
  "numbers": [
    "+30697xxxxxxx"
  ]
}