GET
/
branded-links
List all branded links
curl --request GET \
  --url https://api.reply.io/v3/branded-links \
  --header 'X-API-Key: <api-key>'
{
  "data": [
    {
      "id": 12345,
      "domain": "links.company.com",
      "status": "Active",
      "verificationRecord": {
        "type": "TXT",
        "host": "_reply-verify.links.company.com",
        "value": "reply-verification=abc123def456"
      },
      "created": "2024-03-08T10:00:00Z",
      "lastVerificationAttempt": "2024-03-08T10:05:00Z",
      "isDefault": true
    }
  ],
  "total": 123
}

Authorizations

X-API-Key
string
header
required

API key passed in the X-API-Key header

Response

200 - application/json

Branded links retrieved successfully

data
object[]
total
integer

Total number of branded links