This API is used to retrieve the current webhook configuration for your account, including the registered callback URL, accessKey, and secretKey.
Request
Send your HTTP requests with an Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password
Example:Authorization: Basic *****************
Responses
application/json curl --location --request GET '/webhook/info' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: text/plain' \
--data-raw ''
Response Response Example
Modified at 2025-08-22 07:53:45