Crypto Ramp Partner API
Retrieve a list of webhooks
api
get
/webhooks

Retrieve a list of webhooks

Get a list of webhooks that partner is currently subscribed to.

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

Response

OK

Response body
Body array

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...