Perks
List Perks
Returns all published perks for the current location, grouped by category.
GET
List Perks
Documentation Index
Fetch the complete documentation index at: https://learn.nexudus.com/llms.txt
Use this file to discover all available pages before exploring further.
List Perks
Returns all published perks available at the current location. Perks are grouped by theirGroupName 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
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
List of unique group names across all perks — use to build category tabs or filter UI.
Array of all published perks.
Unique identifier for the perk. Use as
{perkId} in the claim endpoint.Display title of the perk.
Category group this perk belongs to. Matches one of the values in the
Groups array.Full description of the perk. May contain HTML.
Short summary shown in perk cards.
Examples
Fetch all perks
TypeScript Integration
List Perks