Skip to main content
GET
Get pool details, including attached campaigns and pool item status counts

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Path Parameters

uuid
string<uuid>
required

UUID of the pool to retrieve.

Response

Pool detail with status counts and attached campaigns.

success
boolean
Example:

true

message
string
Example:

"Pool retrieved successfully"

data
object

Pool resource with status counts and attached campaigns. Returned by GET /api/v1/pools/{uuid}.