Pages
The pages that belong to the authenticated user.
Get pages
GET
https://api.petje.af/v1/pages
This endpoint allows you to get pages that belongs to the authenticated user.
Scope: pages.read
Query Parameters
Name
Type
Description
limit
integer
The number of pages to return
from
string
Offset the results to start after the provided page ID
Headers
Name
Type
Description
Authorization
string
Access token using the Bearer
method
Get page detail
GET
https://api.petje.af/v1/pages/:id
Scope: pages.read
Path Parameters
Name
Type
Description
pageId
string
The page ID
Headers
Name
Type
Description
Authorization
string
Access token using the Bearer
method
Last updated