v1

latestOpenAPI 3.1.02026-07-24318141.2 MB

List Reward Items

get/reward-items/

Query parameters

client_idstring required

Response

200

countinteger
{"stackTrail":"paths:/reward-items/:get:responses:200:content:application/json:schema:properties:next","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/reward-items/:get:responses:200:content:application/json:schema:properties:previous","oasType":"schema","type":"unknown"}

Example response

{
  "count": 2,
  "results": [
    {
      "id": "194d4d03-b7c0-4b72-bf7f-1974c92a4709",
      "url": "http://localhost:8000/api/v1/reward-items/194d4d03-b7c0-4b72-bf7f-1974c92a4709/",
      "client_id": "FVQI5U57tfCyDV99YjhF3ExdlpiObg5JASvy81Mu",
      "name": "Test Points"
    }
  ]
}