show

GET /api/v1/accounts/:account_id/rewards/:id

Show a reward

Returns a single reward by ID.

Parameters

Name Type Required Description
account_id Must be a number. Required

Store (account) ID

id Must be a number. Required

Reward ID

Error Codes

Code Description
401 Unauthorized – invalid or missing API token
404 Store or reward not found