/
Retrieve lists
Retrieves a collection of lists. This operation returns the most recent version of each list.
Security
SecretApiKey or JWT
Criteria for filtering collection items. This field requires a special format. Use , to specify multiple allowed values. Use ; to specify multiple fields.
For more information, see Search filters.
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/lists
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/lists
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/lists
- SecretApiKey
- JWT
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/lists?limit=1000&offset=1000&filter=string&sort=string&fields=string&q=string' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'Response
[ { "id": "lst_0YVCXVQH84DEF93D8VBTJQ9TGK", "version": 1, "description": "string", "values": [ … ], "createdTime": "2019-08-24T14:15:22Z", "updatedTime": "2019-08-24T14:15:22Z", "_links": [ … ] } ]