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/all-users?from=2025-03-25T22%3A39%3A06.767Z&addToSendy=true' \
--header 'Authorization: Basic <encoded-value>'
Responses
application/json
Modified at 2025-08-13 12:27:55