Logo
maya API Documentation

Unsubscribe newsletter

PUT {{baseUrl}}/newsletter/unsubscribe

Service urls:
http://yourdomain.com/api/rest/newsletter/unsubscribe
OR
http://yourdomain.com/index.php?route=rest/account/newsletter&subscribe=0

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
X-Oc-Session
string (Required) User session id
Accept
string




RESPONSES

status OK

{ "success": 1, "error": [ "Error description", "Error description" ], "data": {} }



Curl
curl -X PUT 'https://api.opencart-api.com/api/rest/newsletter/unsubscribe' -H 'X-Oc-Session: voluptate' -H 'Accept: application/json'

ENDPOINTS