- Retrieve latest list version
Retrieve lists
Create a list
Upsert a list
Delete a list
Retrieve specific list version
Retrieve latest list vers...
Retrieves the latest version of a list with a specified ID.
Security
SecretApiKey or JWT
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/lists/{id}
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/lists/{id}
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/lists/{id}
- SecretApiKey
- JWT
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/lists/{id}' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'List retrieved.
Date and time when the resource is created. This value is set automatically when the resource is created.
Date and time when the resource is updated. This value is set automatically when the resource is updated.
Response
{ "id": "lst_0YVCXVQH84DEF93D8VBTJQ9TGK", "version": 1, "description": "string", "values": [ "string" ], "createdTime": "2019-08-24T14:15:22Z", "updatedTime": "2019-08-24T14:15:22Z", "_links": [ { … } ] }