# Get marketing consents Get all marketing consents collected through Understory checkouts. Endpoint: GET /v1/marketing-consents Version: 0.1.0 Security: OAuth2 ## Query parameters: - `cursor` (string) The cursor for pagination. An empty string indicates the start of the list. - `limit` (integer) The maximum number of marketing consents to return. ## Response 200 fields (application/json): - `items` (array, required) The list of marketing consents. - `items.company_id` (string, required) The company's unique ID. - `items.full_name` (string, required) The full name of the person who has given marketing consent. - `items.email` (string, required) The email of the person who has given marketing consent. - `items.source` (string, required) The source from which the consent was given. - `next` (string) The cursor for the next page. An empty string indicates the end of the list. ## Response 400 fields (application/json): - `message` (string, required) - `code` (string, required)