Add a webhook
Admins can manage webhook endpoints in the Atlas Merchant Portal.- Go to Atlas Connect > Webhooks.
- Click Add webhook.
- Enter a Name.
- Enter an Endpoint URL. The URL must start with
https://. - Choose whether the webhook is Enabled.
- Select the Events this endpoint should receive.
- Choose Authentication:
- Bearer token — Atlas sends
Authorization: Bearer <token>. - Custom header — Atlas sends the header name and value you provide.
- Bearer token — Atlas sends
- Save the webhook.
Delivery
Atlas sends aPOST request with a JSON event payload.
Return any 2xx response to acknowledge receipt.
Process events idempotently. Atlas queues webhook delivery asynchronously, and your endpoint may receive the same event more than once.