Ramp Partners API
Retrieve a webhook
api
get
/webhooks/{webhookId}

Retrieve a webhook

Get 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

Identifier of the webhook, should be UUID

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