Create A New Webhook
GET
https://keyauth.win/api/seller/Create a new webhook.
Request
Query Params
sellerkey
string
required
Obtain a seller key by visiting https://keyauth.cc/app/?page=seller-settings (Must have the Seller Subscription)
type
string
required
The type of the request. (addwebhook)
Example:
addwebhook
baseurl
string
required
The base URL of the webhook
ua
string
optional
The user-agent of the webhook. Default is "KeyAuth"
authed
boolean
required
Does the user need to be logged in to use the webhook?
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: 10 months ago