Saltar al contenido
Guías
Referencia de API
establesettings:read

Listar dominios de tienda

GET/v1/stores/domains

Autorización

bearerAuth
AutorizaciónBearer <token>

Token de acceso OAuth 2.0 emitido por Ecomiq Auth.

Ubicación: header

Cuerpo de la respuesta

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