Skip to main content
GET
/
v1
/
redemptions
/
{id}
curl
curl https://api.expys.com/v1/redemptions/<id> \
  -H "Authorization: Bearer YOUR_MEMBER_TOKEN"
{
  "createdAt": "<string>",
  "endAt": "<string>",
  "id": "<string>",
  "offer": "<string>",
  "startAt": "<string>",
  "status": "<string>"
}

Authorizations

Authorization
string
header
required

Org-API-Key as a Bearer token.

Path Parameters

id
string
required

Response

Response for status 200

createdAt
string
required
endAt
string | null
required
id
string
required
offer
string
required
startAt
string | null
required
status
string
required