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 GET 'https://apitest.wooshpay.com/v1/products/' \
--header 'Accept;' \
--header 'Authorization: Basic Og=='
Responses
application/json {
"id": "string",
"object": "string",
"active": true,
"created": 0,
"description": "string",
"images": [
"string"
],
"livemode": true,
"metadata": {},
"name": "string",
"updated": 0,
"url": "string"
}
Modified at 2023-01-06 13:41:50