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://dev.outbackmarketplace.com/api/v1/api/v1/admin/stats' \
--header 'Authorization: Basic <encoded-value>'
Responses
application/json
Modified at 2025-08-13 12:27:55