API reference
List store domains
GET
/v1/stores/domainsAuthorization
bearerAuth AuthorizationBearer <token>
OAuth2 access token issued by Ecomiq Auth.
In: header
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://example.com/v1/stores/domains"[ { "id": "string", "hostname": "string", "status": "string", "isPrimary": true, "dnsRecords": [ { "type": "string", "name": "string", "content": "string" } ] }]