Skip to main content

Create Reward

POST 

/v1/admin/clients/:clientID/rewards

Endpoint to create a Reward

Request

Path Parameters

    clientID stringrequired

Body

    created object
    date string
    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 string
    editorAuthId number
    name string
    type string

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