Saltar al contenido
Guías
Contenido y tiendaArtículos

Obtener artículo publicado

GET/v1/articles/{slug}

Obtener artículo publicado. Una solicitud exitosa devuelve HTTP 200 con el cuerpo de respuesta documentado.

Parámetros de ruta

slug*string

Identificador apto para URL.

Parámetros de cabecera

x-Store-Domain*string

Slug o dominio configurado que selecciona el contexto de tienda en el gateway central de Storefront.

Longitud1 <= length <= 253

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/articles/example-resource" \  -H "x-Store-Domain: my-store"
{  "id": "7204558912004325301",  "title": "Example title",  "slug": "example-resource",  "author": "example",  "folder": "example",  "tags": [    "example"  ],  "coverUrl": "https://example.com/resource",  "excerpt": "example",  "body": "example",  "seoTitle": "Example title",  "seoDescription": "Example description.",  "publishedOn": "2026-08-01T15:30:00Z"}