cURL
curl --request GET \ --url https://api.notifique.dev/v1/segments \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": [ { "id": "<string>", "name": "<string>", "definition": { "version": 1, "match": "all", "rules": [ {} ] }, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ] }
Segmentos com definition (DSL v1). Escopo: segments:read.
definition
Authorization: Bearer sk_live_xxxxx
Lista em data.
data
Show child attributes
Was this page helpful?