GET
/
api
/
webhooks
curl --request GET \
  --url https://app.sandbox.rio.trade/api/webhooks \
  --header 'x-api-key: <api-key>'
[
  {
    "userId": "66562bc04fe8bf83c577c178",
    "type": "orders",
    "url": "https://app.test.rio.trade/en/account",
    "id": "66733d33222710ab2785dc62"
  }
]

Authorizations

x-api-key
string
header
required

Query Parameters

userId
string

User id to filter the results.

page
integer

Used to specify the current page you want to get in the paging results.

limit
integer

Used to specify the maximum number of records to be returned on a single page.

Response

200 - application/json

OK

The response is of type object[].