List all customer subscriptions
GET https://{{subdomain}}.commercelayer.io/api/customer_subscriptions
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string |
RESPONSES
status: OK
{"data":[{"id":"xYZkjABcde","type":"customer_subscriptions","links":{"self":"https://yourdomain.commercelayer.io/api/customer_subscriptions/xYZkjABcde"},"attributes":{"customer_email":"john@example.com","created_at":"2018-01-01T12:00:00.000Z","updated_at":"2018-01-01T12:00:00.000Z","reference":"ANY-EXTERNAL-REFEFERNCE","reference_origin":"ANY-EXTERNAL-REFEFERNCE-ORIGIN","metadata":{"foo":"bar"}},"relationships":{"customer":{"links":{"self":"https://yourdomain.commercelayer.io/api/customer_subscriptions/xYZkjABcde/relationships/customer","related":"https://yourdomain.commercelayer.io/api/customer_subscriptions/xYZkjABcde/customer"}},"events":{"links":{"self":"https://yourdomain.commercelayer.io/api/customer_subscriptions/xYZkjABcde/relationships/events","related":"https://yourdomain.commercelayer.io/api/customer_subscriptions/xYZkjABcde/events"}},"versions":{"links":{"self":"https://yourdomain.commercelayer.io/api/customer_subscriptions/xYZkjABcde/relationships/versions","related":"https://yourdomain.commercelayer.io/api/customer_subscriptions/xYZkjABcde/versions"}}},"meta":{"mode":"test"}},{"other":"... 9 customer_subscriptions (first page)"}],"meta":{"record_count":140,"page_count":14},"links":{"first":"https://yourdomain.commercelayer.io/api/customer_subscriptions?page[number]=1\u0026page[size]=10","next":"https://yourdomain.commercelayer.io/api/customer_subscriptions?page[number]=2\u0026page[size]=10","last":"https://yourdomain.commercelayer.io/api/customer_subscriptions?page[number]=14\u0026page[size]=10"}}