Skip to main content
GET
/
unsubscribe
Unsubscribe via link (browser)
curl --request GET \
  --url https://api.member.dev/unsubscribe \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Send platform JWTs, contact JWTs, or team API keys as Authorization: Bearer <token>.

Query Parameters

t
string | null

Signed unsubscribe JWT token.

Response

Successful Response

The response is of type string.