/api/service/frontend/unsubscribe-newsletter
Internal API endpoints for micro-service architecture.
servicegetApiServiceFrontendUnsubscribe-newsletter
Parameters
3 query
Query · 3
apiKeystringRequiredemailstringRequiredE-mail address of the customer to unsubscribe.
organisationstringRequiredOrganisation slug to scope the unsubscribe.
Request
GET /api/service/frontend/unsubscribe-newsletter
curl -X GET "https://api.bizkithub.com/api/service/frontend/unsubscribe-newsletter?apiKey=example_apiKey&email=example_email&organisation=example_organisation" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"success": true
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.