Skip to content

Commit

Permalink
[integration] fix webhooks examples
Browse files Browse the repository at this point in the history
  • Loading branch information
capcom6 committed Aug 5, 2024
1 parent 3eaae81 commit 4140fe4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/integration/webhooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Upon receiving an SMS, your device will make a POST request to the registered we
"phoneNumber": "6505551212",
"receivedAt": "2024-06-22T15:46:11.000+07:00"
},
"webhookId": "LreFUt-Z3sSq0JufY9uWB"
"webhookId": "<unique-id>"
}
```

Expand All @@ -89,7 +89,7 @@ If you no longer wish to receive webhook notifications, deregister your webhook

```sh
curl -X DELETE -u <username>:<password> \
https://sms.capcom.me/api/3rdparty/v1/webhooks/unique-id
'https://sms.capcom.me/api/3rdparty/v1/webhooks/%3Cunique-id%3E'
```

## Security Considerations
Expand Down

0 comments on commit 4140fe4

Please sign in to comment.