---
title: "Point list by universe endpoint"
method: GET
path: "/loyalty/points"
tags: ["Points"]
---

# Point list by universe endpoint

`GET /loyalty/points`

Point list by universe endpoint

## Query parameters

- `limit` string
- `before` string
- `after` string
- `order` 'asc' | 'desc'
- `sort` 'ValueDate' | 'EventDate' | 'ID'
- `card_code` string
- `tier_name` string
- `id_program` string
- `id_individual` string
- `rule_name` string
- `program_name` string
- `points_credited` string
- `points_earned` string
- `points_remaining` string
- `event_date` string
- `value_date` string
- `points_type` string
- `validity_start` string
- `validity_end` string
- `status` string
- `event_type` 'abandoned_cart' | 'birthday' | 'credit_points' | 'email_clicked' | 'email_opened' | 'order' | 'reward_attribution' | 'reward_burn' | 'subscribe_change' | 'subscription' | 'tier_change' | 'tier_downgrade' | 'tier_upgrade' | 'unsubscription'

## Response `200`

Point list returned.

## Other responses

- `400` — Wrong payload.
- `401` — Authentication failed.
- `403` — Forbidden.
- `500` — Something went wrong.

---

[API](https://skmtc.net/splio/apis/splio-customer-platform.md) · [All operations](https://skmtc.net/splio/apis/splio-customer-platform/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/splio/splio-customer-platform/revisions/2ff4735f665c/schema)
