header that contains the word Basic followed by a space and a base64-encoded string username:password
Example:
Authorization: Basic *****************
Path Params
Header Params
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://apitest.wooshpay.com/v1/webhook_endpoints/' \
--header'Accept;' \
--header'Authorization: Basic Og=='
Responses
🟢200OK
application/json
Body
Example
{"id":"we_1M3fqHHTdYyGj2Y6LeGVaamQ","object":"webhook_endpoint","api_version":null,"created":1668344601,"description":"This is my webhook, I like it a lot","enabled_events":["payment_intent.succeeded","payment_intent.payment_failed","charge.refund.updated","charge.dispute.updated"],"livemode":false,"metadata":{},"status":"enabled","url":"https://example.com/my/webhook/endpoint","secret":"whsec_9rMfZUGWM3gTTBtn0f8kPEfmiIJCmzQi"}