// Replace API_KEY with your api key and :changelogId with changelog idcurl --location --request PUT 'https://api.supahub.com/api/v1/changelogs/subscribe' \--header 'Content-Type: application/x-www-form-urlencoded' \--header 'Authorization: Bearer API_KEY' \--data-urlencode '[email protected]' \--data-urlencode 'subscribe=false'
Changelog
Subscribe
Subscribe or Unsubscribe to changelog updates.
Copy
// Replace API_KEY with your api key and :changelogId with changelog idcurl --location --request PUT 'https://api.supahub.com/api/v1/changelogs/subscribe' \--header 'Content-Type: application/x-www-form-urlencoded' \--header 'Authorization: Bearer API_KEY' \--data-urlencode '[email protected]' \--data-urlencode 'subscribe=false'
// Replace API_KEY with your api key and :changelogId with changelog idcurl --location --request PUT 'https://api.supahub.com/api/v1/changelogs/subscribe' \--header 'Content-Type: application/x-www-form-urlencoded' \--header 'Authorization: Bearer API_KEY' \--data-urlencode '[email protected]' \--data-urlencode 'subscribe=false'