cURL
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 }
Returns a list of all branded links
API key passed in the X-API-Key header
Branded links retrieved successfully
Show child attributes
Unique identifier for the branded link
Domain name for the branded link
Current status of the domain verification
Active
Pending
Failed
DNS record information required for domain verification
Type of DNS record for verification
TXT
CNAME
Host record that needs to be added to DNS
Value that needs to be set in the DNS record
Date when the branded link was created
Date of the last verification attempt
Whether this is the default branded domain
Error message if verification failed
Total number of branded links