Set your webhook url
POST/account/webhook/setWebhookUrl
Set your webhook url
Request
- application/json
Body
required
webhook Url request
url stringrequired
Your webhook url
Responses
- 200
- 401
- 4XX|5XX
The transfer transaction details
- application/json
- Schema
- Example (from schema)
Schema
url string
{
"url": "https://example.com/"
}
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...