Skip to content

DEVEXP-809: Numbers API - Webhooks#59

Merged
matsk-sinch merged 2 commits intov2.0from
DEVEXP_809-Numbers-Webhooks
Apr 9, 2025
Merged

DEVEXP-809: Numbers API - Webhooks#59
matsk-sinch merged 2 commits intov2.0from
DEVEXP_809-Numbers-Webhooks

Conversation

@matsk-sinch
Copy link
Copy Markdown
Contributor

A notification of an event sent to your configured callback URL

Implement two methods:

  • Parse event: Transforms the JSON body into a Pydantic object
  • Validate Authentication Header: Checks if the body hashed with the secret is equal to the x-sinch-signature header

A notification of an event sent to your configured callback URL

Implement two methods:
 - Parse event: Transforms the JSON body into a Pydantic object
 - Validate Authentication Header: Checks if the body hashed with
the secret is equal to the x-sinch-signature header

Signed-off-by: Jessica Matsuoka <jessica.akemi.matsuoka@sinch.com>
Copy link
Copy Markdown
Contributor

@asein-sinch asein-sinch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for proceeding with the refactoring!

@matsk-sinch matsk-sinch merged commit 39834b3 into v2.0 Apr 9, 2025
4 checks passed
@matsk-sinch matsk-sinch deleted the DEVEXP_809-Numbers-Webhooks branch April 10, 2025 17:18
matsk-sinch added a commit that referenced this pull request Mar 25, 2026
A notification of an event sent to your configured callback URL

Implement two methods:
 - Parse event: Transforms the JSON body into a Pydantic object
 - Validate Authentication Header: Checks if the body hashed with
the secret is equal to the x-sinch-signature header

Signed-off-by: Jessica Matsuoka <jessica.akemi.matsuoka@sinch.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants