GET
/
v1
/
segments
/
cURL
curl --request GET \
  --url https://api.pelanor.io/v1/segments/ \
  --header 'Authorization: Bearer <token>'
{
  "segments": [
    {
      "created_at": "<string>",
      "dimension_id": "<string>",
      "dimension_name": "<string>",
      "id": "<string>",
      "is_custom": true,
      "name": "<string>",
      "workspace_id": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

The response is of type object.