Unsubscribe

GET /company/newsletter/unsubscribe

Responses

  • 200 */*

    OK

    Hide response attributes Show response attributes object
    • status string
    • code integer(int32)
    • message string
    • data string
GET /company/newsletter/unsubscribe
curl \
 --request GET 'https://sandbox.serchservice.com/api/v1/company/newsletter/unsubscribe?email_address=string'
Response examples (200)
{
  "status": "100 CONTINUE",
  "code": 42,
  "message": "string",
  "data": "string"
}