This API is used to retrieve the current webhook configuration for your account, including the registered callback URL, accessKey, and secretKey.
curl --location --request GET '/webhook/info' \
--header 'Content-Type: text/plain' \
--header 'Authorization: Basic Og==' \
--data-raw ''
Response Response Example
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 Modified at 2025-08-22 07:53:45