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 --request GET 'https://dev.outbackmarketplace.com/api/v1/api/v1/admin/all-users?from=2025-03-25T22:39:06.767Z&addToSendy=true' \
--header 'Authorization: Basic Og=='
Responses
application/json Modified at 2025-08-13 12:27:55