cURL
curl --request GET \ --url https://api.snitcher.com/v1/workspaces/{workspaceUuid}/segments \ --header 'Authorization: Bearer <token>'
[ { "uuid": "123e4567-e89b-12d3-a456-426614174000", "name": "Segment name" } ]
Enter your personal access token (PAT) to authenticate
The UUID of the workspace
"123e4567-e89b-12d3-a456-426614174000"
List of segments
The response is of type Segment · object[].
Segment · object[]