Skip to main content

Get Reward

GET 

/v1/admin/clients/:clientID/rewards/:rewardID

Endpoint to retrieve a Reward

Request

Path Parameters

    clientID stringrequired
    rewardID stringrequired

Responses

Successful operation

Schema
    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...