Skip to main content
GET
Get a webhook registration

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Id of the webhook to be obtained.

Response

200 - application/json

OK

userId
string

Id of the user that the webhook is for

Example:

"66562bc04fe8bf83c577c178"

type
enum<string>

Type of webhook

Available options:
orders,
bank-accounts,
users
url
string

URL to send the webhook to

Example:

"https://app.test.rio.trade/en/account"

id
string

Id of the webhook registration

Example:

"66733d33222710ab2785dc62"

retryOnFailure
boolean

Whether the webhook will retry on failure

Example:

true