Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/sh
- curl --request POST \
- --url https://api.customer.io/v1/exports/customers \
- --header 'Authorization: Bearer MY_APP_API_TOKEN' \
- --header 'content-type: application/json' \
- --data '{"filters":{"and":[{"or":[{"segment":{"id":4}}],"not":{"and":[{"segment":{"id":4}}]},"segment":{"id":4},"attribute":{"field":"unsubscribed","operator":"eq","value":true}}]}}'
- echo ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement