Webhook that is called when an invitation is claimed by a customer. This endpoint should be implemented by platform clients of the Grid API.
When a customer claims an invitation, this webhook is triggered to notify the platform that:
This allows platforms to:
The webhook includes a signature in the X-Grid-Signature header that allows you to verify that the webhook was sent by Grid.
To verify the signature:
If the signature verification succeeds, the webhook is authentic. If not, it should be rejected.