- Retrieve specific list version
Retrieve lists
Create a list
Retrieve latest list version
Upsert a list
Delete a list
Retrieve specific list ve...
Retrieves a specified version of a list with a specified ID.
Security
SecretApiKey or JWT
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/lists/{id}/{version}
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/lists/{id}/{version}
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/lists/{id}/{version}
- SecretApiKey
- JWT
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/lists/{id}/{version}' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'List version 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": [ { … } ] }