v1.0.0
OAS 3.0.0
Linkbreakers API
This is a documentation of all the APIs of Linkbreakers
Client Libraries
This is a documentation of all the APIs of Linkbreakers
Endpoints for managing custom domains in Linkbreakers. These endpoints allow you to register, verify, and manage custom domains for your workspace.
Retrieves the custom domains for your workspace
curl https://api.linkbreakers.com/v1/custom-domains \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"customDomains": [
{
"activatedAt": "2025-06-22T22:28:27.427Z",
"createdAt": "2025-06-22T22:28:27.427Z",
"id": "d290f1ee-6c54-4b01-90e6-d701748f0851",
"lastCheckedAt": "2025-06-22T22:28:27.427Z",
"name": "example.com",
"status": "STATUS_UNSPECIFIED",
"updatedAt": "2025-06-22T22:28:27.427Z",
"workspaceId": "d290f1ee-6c54-4b01-90e6-d701748f0851"
}
]
}
Everything worked as expected.
Endpoints for managing events in Linkbreakers. These endpoints allow you to collect data and list events.
Endpoints for managing shortened links in Linkbreakers. These endpoints allow you to create, retrieve, list, and delete shortened links for your workspace.