Crypto Ramp Partner API
Update a webhook
api
patch
/webhooks/{webhookId}

Update a webhook

Update the details of a specific webhook.

X-API-KEY

Each Revolut Ramp Partners API call must contain an authorization header in the following format to make a call: X_API_KEY: {your_API_key}.

Before you start, make sure that you've got the correct API key. For more information, see Get Partner keys.

Request

Path Parameters
Path Parameters

The ID of the webhook.

Request body
Body object

Webhook's URL to which event notifications will be sent. Must be a valid HTTP or HTTPS URL, capable of receiving POST requests

Possible values: [ORDER_CREATED, ORDER_PROCESSING, ORDER_COMPLETED, ORDER_FAILED]

List of event types that the webhook is configured to listen to

Response

OK

Response body
Body object

UUID of the webhook

Webhook's URL to which event notifications will be sent. Must be a valid HTTP or HTTPS URL, capable of receiving POST requests.

Possible values: [ORDER_CREATED, ORDER_PROCESSING, ORDER_COMPLETED, ORDER_FAILED]

List of event types that the webhook is configured to listen to

The signing secret for the webhook. Use it to verify the signature for the webhook's request payload.

Was this page helpful?
Loading...