cURL
curl --request GET \ --url https://api.formo.so/v0/segments \ --header 'Authorization: Bearer <token>'
{ "isSuccess": true, "data": [ { "id": "<string>", "title": "<string>", "projectId": "<string>", "filterSet": [ "<string>" ] } ] }
Workspace API key (e.g. formo_xxx). Create one in the Formo dashboard under Team Settings > API Keys.
formo_xxx
List of segments
Show child attributes