Skip to content

Webhook UNLOCKER


Any Method /api/botghost/webhook-unlocker
Terminal window
https://api.cookie-api.com/api/botghost/webhook-unlocker

Unlocks BotGhost Webhooks

Request Headers

NameValue
Authorization<API Key>
BotghostUrl<BotGhost Webhook URL>
BotghostKey<BotGhost Webhook API Key>

Response

{
"bg_response": {
"success": true
},
"success": true
}

Curl:

curl --location 'https://api.cookie-api.com/api/botghost/webhook-unlocker' \
--header 'Authorization: API_Key' \
--header 'BotghostUrl: https://api.botghost.com/webhook/<Bot ID>/<Webhook ID>' \
--header 'BotghostKey: BotGhost Webhook API Key'

Variables

Client Variables

These Variables return Information about the Client (The computer that made the Request)

NameVariableDescription
Client IP{client.ip}Returns the IP Address of the Client
Client User-Agent{client.user-agent}Returns the Client’s Browser
Client Request Method{client.method}Returns the Request Method
Client HTTP Version{client.http-version}Returns the HTTP Version of the Client

URL Params

URL Params can be accessed in the following format:

{url.<URL PARAM NAME>}

HTTP Headers

HTTP Headers can be accessed in the following format:

{header.<HTTP HEADER NAME>}

Request Body

The Request Body can be accessed in the following format:

{body.<BODY PARAMETER NAME>.<BODY PARAMETER NAME>}