cURL
curl --request GET \ --url https://api.pocketflows.com/segments/{id}/static_customers \ --header 'Authorization: Basic <encoded-value>'
{ "static_customers": [ { "id": "<string>", "external_id": "<string>", "email_address": "<string>", "phone_number": "<string>", "metadata": {}, "unsubscribed": "future" } ] }
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
The ID of the segment
The static customers in the segment
Show child attributes
The ID of the customer
The external ID of the customer
The email address of the customer
The phone number of the customer
The metadata associated with this customer
The unsubscribe status of the customer
future
campaign