Get Webhook
GET/webhook
The Get Webhook API allow you to get webhook url
Request
Responses
- 200
- 404
- 405
Successful operation
- application/json
- Schema
- Example (from schema)
Schema
webhook string
{
"webhook": "https://your-webhook-url@example.com"
}
User not found!
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "User not found!"
}
Invalid API Token!
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "Invalid API token!"
}
Loading...