Create Reward Item

post/reward-items/

Request body

client_idstring required
namestring required

Response

201

idstring
urlstring
client_idstring
namestring

Example response

{
  "id": "42249086-45e0-483a-a158-95555ea9fc70",
  "url": "http://localhost:8000/api/v1/reward-items/42249086-45e0-483a-a158-95555ea9fc70/",
  "client_id": "FVQI5U57tfCyDV99YjhF3ExdlpiObg5JASvy81Mu",
  "name": "New Reward Item"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.