Skip to main content
GET
List Perks

List Perks

Returns all published perks available at the current location. Perks are grouped by their GroupName and include full-text descriptions suitable for rendering in a perks catalogue.
A perk is a benefit or discount offered by a partner business (restaurant, gym, etc.) to coworking members. Operators configure perks in the admin dashboard and members can claim them from the portal.

Authentication

Requires a valid customer bearer token.

Query Parameters

string
Comma-separated list of field paths to include in the response. When provided, only the specified fields are returned — useful for reducing payload size. Supports nested paths using dot notation.

Response

Core Fields

string[]
required
List of unique group names across all perks — use to build category tabs or filter UI.
Perk[]
required
Array of all published perks.
number
required
Unique identifier for the perk. Use as {perkId} in the claim endpoint.
string
required
Display title of the perk.
string
Category group this perk belongs to. Matches one of the values in the Groups array.
string
required
Full description of the perk. May contain HTML.
string
Short summary shown in perk cards.

Examples

Fetch all perks

TypeScript Integration