Rewards
The rewards that belong to a page that belongs to the authenticated user
Last updated
The rewards that belong to a page that belongs to the authenticated user
Last updated
GET
https://api.petje.af/v1/page/:pageId/rewards
This endpoint allows you to get the rewards that belongs to the selected page.
Scope: pages.read
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
GET
https://api.petje.af/v1/pages/:pageId/rewards/:id
Scope: pages.read
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
pageId
string
The page ID
planId
string
Filter the results by this Plan ID
limit
integer
The number of rewards to return
from
boolean
Offset the results to after the reward with this ID
Authorization
string
Access token using the Bearer
method
pageId
string
The page ID
id
string
The reward ID
Authorization
string
Access token using the Bearer
method