Skip to main content
GET
/
v3
/
profiles
/
{profile}
/
points
/
{point}
Read Profile Point
curl --request GET \
  --url http://localhost/api/v3/profiles/{profile}/points/{point}
{
  "data": {
    "id": 123,
    "profile_id": "<string>",
    "linked_profile_id": "<string>",
    "value_initial": "<string>",
    "value_remaining": "<string>",
    "value_initial_currency": 123,
    "value_remaining_currency": 123,
    "issued_at": "<string>",
    "accrued_at": "<string>",
    "expires_at": "<string>",
    "status": "<string>",
    "definition": {
      "id": 123,
      "name": "<string>",
      "handle": "<string>",
      "region_id": 123,
      "region": {
        "id": 123,
        "name": "<string>",
        "handle": "<string>"
      },
      "currency": "<string>",
      "description": "<string>",
      "notes": "<string>",
      "is_reassignable": true,
      "issue_period": 123,
      "issue_period_type": "<string>",
      "issue_absolute_expiry": "<string>",
      "tags": [
        "<string>"
      ],
      "created_at": "<string>",
      "updated_at": "<string>"
    },
    "created_at": "<string>",
    "updated_at": "<string>",
    "source_type": "<string>",
    "source": null,
    "rate": {
      "id": 123,
      "handle": "<string>",
      "type": "<string>",
      "location": "<string>",
      "code": "<string>",
      "name": "<string>",
      "rate": "<string>",
      "is_default": true,
      "is_archived": true,
      "region_id": 123,
      "region": {
        "id": 123,
        "name": "<string>",
        "handle": "<string>"
      },
      "location_id": 123,
      "location_object": {
        "id": "<string>",
        "name": "<string>",
        "handle": "<string>"
      },
      "country_iso_2": "<string>",
      "profile_conditions": [
        "<unknown>"
      ],
      "product_conditions": [
        "<unknown>"
      ],
      "start_time": "<string>",
      "end_time": "<string>",
      "issue_period": 123,
      "issue_period_type": "<string>",
      "issue_absolute_expiry": "<string>",
      "earn_instructions": "<string>",
      "internal_notes": "<string>",
      "is_published": true,
      "priority": "<string>",
      "created_at": "<string>",
      "updated_at": "<string>"
    },
    "description": "<string>",
    "meta": [
      "<unknown>"
    ]
  }
}

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

profile
string<uuid>
required

The profile ID

point
integer
required

The point ID

Response

Point

data
Point · object
required