cURL
curl --request GET \
--url https://app.teable.ai/api/unsubscribe/%7Btoken%7D \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'{
"baseId": "<string>",
"email": "<string>",
"subscriptionStatus": true
}unsubscribe
Get unsubscribe
Get unsubscribe information
GET
/
unsubscribe
/
{token}
cURL
curl --request GET \
--url https://app.teable.ai/api/unsubscribe/%7Btoken%7D \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'{
"baseId": "<string>",
"email": "<string>",
"subscriptionStatus": true
}授权
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
路径参数
响应
200 - application/json
Successful response
最后修改于 2026年3月5日
此页面对您有帮助吗?
⌘I

