- Search available subscriptions for event
Get Client Memberships
Get User Memberships
Get a List of Memberships by Filter
Get a List of Membership Types by ID
Get a List of Available Membership Types
Check membership availability for event
Get client gift cards
Get user gift cards
Get a List of Gift Card Types by ID
Get a List of Available Gift Card Types
Search available subscrip...
Retrieves subscriptions that can be used to create a client schedule for a series of events.
This method returns subscriptions (memberships) that:
- Belong to the specified client
- Are valid and active
- Can be applied to the specified activity
- Have remaining visits available
Use cases:
- Display available subscriptions when scheduling recurring activity sessions
- Check which subscriptions cover specific activity types
- Validate subscription applicability before creating schedules
Note: Returns subscriptions with their types and availability intervals.
Security
BearerPartner
- Mock serverhttps://developer.alteg.io/_mock/en/b2b-v1/openapi/api/v1/company/{location_id}/client/{client_id}/loyalty/abonements/search_for_activity
- Productionhttps://api.alteg.io/api/v1/api/v1/company/{location_id}/client/{client_id}/loyalty/abonements/search_for_activity
curl -i -X GET \
'https://developer.alteg.io/_mock/en/b2b-v1/openapi/api/v1/company/720441/client/146915197/loyalty/abonements/search_for_activity?event_id=12345' \
-H 'Accept: application/vnd.api.v2+json' \
-H 'Authorization: Bearer <YOUR_Bearer {PartnerToken}_HERE>' \
-H 'Content-Type: application/json'Response
{ "data": [ { … } ], "included": [ {} ] }