Get Webhook
GET {{baseUrl}}/v1/webhooks/:webhookId
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
ratio-client-id
|
string | (Required) Your Ratio Client Identifier | |
ratio-client-secret
|
string | (Required) Your Ratio Client Secret | |
Accept
|
string |
RESPONSES
status OK
{
"id": "<string>",
"createTime": "<string>",
"updateTime": "<string>",
"events": "kyc.updated",
"name": "<string>",
"secret": "<string>"
} |
ENDPOINTS