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>" } ] }
List all segments. This API returns a list of all segments available in the system.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The response is of type object.
object