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
Total number of branded links