Searches merchant data to return resources such as customers, invoices, orders, transactions.
Security
SecretApiKey or JWT
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/search
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/search
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/search
- SecretApiKey
- JWT
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/search?sort=string&limit=1000&offset=1000&q=string' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'Response
[ { "customers": [ … ], "invoices": [ … ], "orders": [ … ], "transactions": [ … ], "searched": [ … ] } ]