https://flashyapp.com/api/lists/__LIST_ID__/subscribe
You need the list ID to subscribe contact to a list, if the contact not exists we create the contact and then subscribe him to the list.
{"key: "__API_KEY__","subscriber": {"first_name": "Jinny","last_name": "Hide","email": "email@address.com"}}
https://flashyapp.com/api/lists/__LIST_ID__/unsubscribe
{"key: "__API_KEY__","email": "email@address.com"}
You can use the "phone" key to unsubscribe phone contact
https://flashyapp.com/api/lists/unsubscribe
{"key: "__API_KEY__","email": "email@address.com"}
You can use the "phone" key to unsubscribe phone contact
https://flashyapp.com/api/lists/__LIST_ID__/subscribe
{"key: "__API_KEY__","phone_contact": true,"subscriber": {"first_name": "Jinny","last_name": "Hide","phone": "972526845400"}}