Skip to content
Guides
API reference
stablesettings:read

List store domains

GET/v1/stores/domains

Authorization

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"      }    ]  }]