v1

latestOpenAPI 3.1.12026-08-063445179.6 KB
layers

List apps using layer

List apps that reference this layer.

The layer_position indicates the index in each app's layers array.

get/v2/layers/{layer}/apps

Path parameters

layerstring required

Layer ID or slug. Slugs cannot contain underscores; IDs always do.

Query parameters

cursorstring

The pagination cursor

limitinteger

The maximum number of items to return

Response

OK

idstring uuid required

Unique app identifier (UUID)

slugstring required

Human-readable app slug. App slugs must be 3–32 characters long, may contain only lowercase letters, numbers, and hyphens, cannot contain underscores, must not start or end with a hyphen, must not have consecutive hyphens in positions 3 and 4, and cannot be a reserved slug.

layer_positioninteger required

Index of this layer in the app's layers array

Example response

[
  {
    "id": "00000000-0000-0000-0000-000000000000",
    "slug": "customer-app-1",
    "layer_position": 0
  }
]