Get one webhook calls by UUID
GET/kypay/webhook/partner_webhook/:uuid
Get one webhook calls by UUID
Request
Path Parameters
uuid stringrequired
Responses
- 200
- 401
- 4XX|5XX
One partner webhook calls
- application/json
- Schema
- Example (from schema)
Schema
uuid stringrequired
Webhook call uuid
type stringnullable
Webhook transfer url
body stringrequired
Webhook transfer url
last_response_code stringnullable
Webhook transfer url
is_success booleannullable
Webhook transfer url
date_created stringrequired
Webhook transfer url
{
"uuid": "https://example.com/transfer",
"type": "https://example.com/transfer",
"body": "https://example.com/transfer",
"last_response_code": "https://example.com/transfer",
"is_success": "https://example.com/transfer",
"date_created": "https://example.com/transfer"
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
code integer
message string
{
"code": "401",
"message": "JWT Token not found"
}
An error occured
- application/json
- Schema
- Example (from schema)
Schema
success boolean
code integer
internal_code integer
message string
{
"success": "false",
"code": "400",
"internal_code": "3001",
"message": "Incorect data"
}
Loading...