Skip to main content
GET
/
v2
/
dimensions
/
{dimensionId}
/
segments
List segments in a given dimension
curl --request GET \
  --url https://api.pelanor.io/v2/dimensions/{dimensionId}/segments \
  --header 'Authorization: Bearer <token>'
{
  "segments": [
    {
      "id": "<string>",
      "name": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.pelanor.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

dimensionId
string
required

Response

A successful response.

segments
object[]