Reward types
Get a reward type
Get information about a specific reward type.
get/reward-types/{reward_type_id}
Path parameters
reward_type_idstring required
The unique ID of the reward type. GET /reward-types
Headers
Accept-Languagestring
The unique ID of the language code by ISO 639-1.
Response
OK
Example response
{
"data": {
"reward_type_id": "8bed991c68a470e7aaeffbf048",
"name": "Product + another for free",
"last_change": "2020-01-14 09:02:13.235667"
}
}