curl https://api.bouncy.ai/v1/domains \
-H "X-Api-Key: bcy_live_pk_YOUR_API_KEY"
{
"domains": [
{
"id": "dom_abc123",
"domain": "go.example.com",
"verified": true,
"isDefault": true,
"linkCount": 45,
"createdAt": "2026-01-15T10:00:00Z",
"verifiedAt": "2026-01-15T10:30:00Z"
},
{
"id": "dom_def456",
"domain": "link.example.com",
"verified": false,
"isDefault": false,
"linkCount": 0,
"createdAt": "2026-02-05T14:00:00Z",
"verifiedAt": null
}
]
}
Retrieve all custom domains connected to your account
curl https://api.bouncy.ai/v1/domains \
-H "X-Api-Key: bcy_live_pk_YOUR_API_KEY"
{
"domains": [
{
"id": "dom_abc123",
"domain": "go.example.com",
"verified": true,
"isDefault": true,
"linkCount": 45,
"createdAt": "2026-01-15T10:00:00Z",
"verifiedAt": "2026-01-15T10:30:00Z"
},
{
"id": "dom_def456",
"domain": "link.example.com",
"verified": false,
"isDefault": false,
"linkCount": 0,
"createdAt": "2026-02-05T14:00:00Z",
"verifiedAt": null
}
]
}
bcy_live_pk_YOUR_API_KEY)Show properties
curl https://api.bouncy.ai/v1/domains \
-H "X-Api-Key: bcy_live_pk_YOUR_API_KEY"
{
"domains": [
{
"id": "dom_abc123",
"domain": "go.example.com",
"verified": true,
"isDefault": true,
"linkCount": 45,
"createdAt": "2026-01-15T10:00:00Z",
"verifiedAt": "2026-01-15T10:30:00Z"
},
{
"id": "dom_def456",
"domain": "link.example.com",
"verified": false,
"isDefault": false,
"linkCount": 0,
"createdAt": "2026-02-05T14:00:00Z",
"verifiedAt": null
}
]
}