cURL
curl --request GET \ --url https://api.notifique.dev/v1/segments/{segmentId}/preview \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": [ { "id": "<string>", "name": "<string>", "phone": "<string>", "email": "<string>", "receiveMarketing": true } ], "pagination": { "total": 123, "page": 123, "limit": 123, "totalPages": 123 } }
Amostra paginada de contatos que satisfazem o segmento (máx. 500 por página). Escopo: segments:read.
Authorization: Bearer sk_live_xxxxx
data + pagination.
data
pagination
Show child attributes
Was this page helpful?