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 *****************
Request samples
curl --location --request DELETE 'https://apitest.wooshpay.com/v1/webhook_endpoints/' \
--header 'Accept;' \
--header 'Authorization: Basic Og=='
Responses
application/json Unique identifier for the object, like "we_xxxxx"
Default:"webhook_endpoint"
{
"id": "we_xxxxxxxxxxxxxxxx",
"object": "webhook_endpoint",
"deleted": true
}
Modified at 2024-02-27 07:33:16