Webhook

The API will make HTTP requests to your endpoints, saved in the account settings or that are set during your Webhook calls.

Webhooks are an addition to an API, and rather of your code making the request for data, the API sends data to you. The data makes it to your application in the form of a HTTP request.

Set your Webhook Setting

You can set and manage your Webhook in the Dashboard > Setting > Webhook .

Webhook requests

Webhook Post

POST {your webhook}

Webhook Must be in http or https format

Request Body

NameTypeDescription

phone*

String

33757050000

from*

String

Bitget

to*

String

+33757050000

data*

String

[Bitget]Verification code: 951014

TimeUnix*

String

1702276188

messageId*

String

51571cab4e6c0b97e479071eab31da62

mail*

String

xxx@xxx.com

Last updated