curl --request GET \
--url https://api.zo.computer/sms/allowed-senders \
--header 'Authorization: Bearer <token>'{
"senders": [
{
"phone": "<string>",
"name": "<string>",
"description": "<string>",
"is_owner": false,
"conversation_id": "<string>"
}
]
}Get SMS contacts for this Zo.
Contacts can text this Zo (inbound) and be texted by Zo (outbound). Zo owners always route to their own Zo regardless of contact lists.
curl --request GET \
--url https://api.zo.computer/sms/allowed-senders \
--header 'Authorization: Bearer <token>'{
"senders": [
{
"phone": "<string>",
"name": "<string>",
"description": "<string>",
"is_owner": false,
"conversation_id": "<string>"
}
]
}