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 Code Samples
curl --location 'https://apitest.wooshpay.com/v1/subscriptions/sub_1797505110591406080' \
--header 'Accept: application/json' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json'
Responses
application/json
Modified at 2024-07-10 07:09:58