Skip to main content
GET
/
v3
/
profiles
/
{profile}
/
redemptions
/
{type}
/
{id}
/
count
Read Redemption Count
curl --request GET \
  --url http://localhost/api/v3/profiles/{profile}/redemptions/{type}/{id}/count
{
  "data": {
    "count": "<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

profile
string<uuid>
required

The profile ID

type
string
required
id
integer
required

Response

data
object
required