Webhooks
Modify Webhook
Cards
Collections
Friends
Api Keys
Members
Profiles
Review
Share
User
- PATCHSet Preferences
- PUTSet Preference Flag
- PUTSet Feature Preview Flag
- GETGet User Email Addresses
- GETGet Email
- DELDelete Email
- PUTMake Email Primary
- GETCheck Auth
- GETCheck If Fresh Access Token
- GETGet Current User
- PUTUpdate Current User
- PUTUpdate Current User Bio And Pic
- GETGet Pins
- PUTUpdate Pins
Webhooks
Modify Webhook
PUT
/
v1
/
webhooks
/
{webhook_id}
curl --request PUT \
--url https://api.supernotes.app/v1/webhooks/{webhook_id} \
--header 'Api-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"url": "<string>",
"enabled": true
}'
{
"id": 123,
"url": "<string>",
"enabled": true,
"last_response_code": 123,
"last_response_body": "<any>"
}
Authorizations
Path Parameters
curl --request PUT \
--url https://api.supernotes.app/v1/webhooks/{webhook_id} \
--header 'Api-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"url": "<string>",
"enabled": true
}'
{
"id": 123,
"url": "<string>",
"enabled": true,
"last_response_code": 123,
"last_response_body": "<any>"
}