cURL
curl --request GET \ --url https://platform.sendr.app/api/v2/domain \ --header 'Authorization: <api-key>'
{ "domains": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "name": "<string>", "description": "<string>", "sendingEmail": "jsmith@example.com", "dnsRecords": [ {} ], "isActive": true, "isApproved": true, "isVerified": true } ], "count": 123 }
Retrieve domain associated with the tenant
200 OK
401 Unauthorized
List of domains retrieved successfully
The response is of type object.
object