Skip to main content
GET
/
v3
/
tiers
/
points
/
{point}
Read Tier Point
curl --request GET \
  --url http://localhost/api/v3/tiers/points/{point}
{
  "data": {
    "id": 123,
    "profile_id": "<string>",
    "point_definition_id": 123,
    "value": 123,
    "issued_at": "<string>",
    "accrued_at": "<string>",
    "status": "<string>",
    "source_id": 123,
    "source_type": "<string>",
    "source": null,
    "meta": [
      "<unknown>"
    ],
    "created_at": "<string>",
    "updated_at": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.omneo.io/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

point
integer
required

The point ID

Response

TierPoint

data
TierPoint · object
required