v2

latestOpenAPI 3.1.02026-08-01244220427.0 KB
Loyalty

Get Loyalty Programs

List Loyalty Programs

Retrieve a list of all loyalty programs associated with the current user.

  • Returns: A list of loyalty programs in a simplified format.
get/v2/loyalty/programs

Headers

authorizationstring nullable

Response

Successful Response

idstring required
namestring required
shareUrlstring nullable required

Example response

[
  {
    "id": "5eb7cf5a86d9755df3a6c593"
  }
]