v1.0.0
OAS 3.0.0

Linkbreakers API

This is a documentation of all the APIs of Linkbreakers

Server: https://api.linkbreakers.com
Client Libraries

Custom Domains

Endpoints for managing custom domains in Linkbreakers. These endpoints allow you to register, verify, and manage custom domains for your workspace.

List custom domains

Retrieves the custom domains for your workspace

Responses
  • application/json
  • application/json
Request Example forGET/v1/custom-domains
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"
    }
  ]
}

Events (Collapsed)

Endpoints for managing events in Linkbreakers. These endpoints allow you to collect data and list events.

Events Operations

Models