v1
latestOpenAPI 3.1.02026-07-26620219.6 KBCreate or update subscriber
Sync subscribers from any subscription collection tool, for example, a third-party subscription popup.
post/messaging/v3/stores/store_id/subscribers (COPY)
Path parameters
store_idstring required
The store ID (app_key).
Query parameters
access_tokenstring required
Your Yotpo access token. Click here to learn how to generate one
Request body
Response
200
Example response
{
"sms": {
"unsubscriber": {
"phone": "12025550333",
"email": "janedoe@example.com",
"list_id": "null"
}
},
"email": {
"unsubscriber": {
"phone": "12025550333",
"email": "janedoe@example.com",
"list_id": "null"
}
}
}