Skip to main content
GET
/
v1
/
layouts
/
{id}
Get layout
curl --request GET \
  --url https://api.oneofnone.io/v1/layouts/{id} \
  --header 'x-api-key: <api-key>'
{
  "id": "<string>",
  "blocks": [
    {
      "block_id": "<string>",
      "component_id": "<string>",
      "container_id": "<string>",
      "order": 123
    }
  ]
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string<uuid>
required

Response

Successful response

id
string
required
blocks
object[] | null
{key}
any