Skip to main content

Get Rewards

GET 

/v1/admin/clients/:clientID/rewards

Endpoint to retrieve a list of Rewards for the given client id.

Request

Path Parameters

    clientID stringrequired

Responses

Successful operation

Schema
  • Array [
  • id uuid
    created object
    date date-time
    editorAuthId number
    data object

    data field can contain any JSON value. This field gives the request some flexibility.

    badgeUrl string
    description string
    lastModified object
    date date-time
    editorAuthId number
    name string
    type string
  • ]
Loading...