Memberships
The memberships of the authenticated user.
Get Memberships
GET
https://api.petje.af/v1/memberships
This endpoint allows you to get all memberships that belongs to the authenticated user.
Scope: memberships.read
Query Parameters
Name | Type | Description |
---|---|---|
pageId | string | Filter the results for a specific page by the ID |
limit | integer | The number of memberships to return (with a maximum of 250) |
from | string | Offset the results after the membership with this ID. |
Headers
Name | Type | Description |
---|---|---|
Authorization | string | Access token using the Bearer method |
Get membership detail
GET
https://api.petje.af/v1/memberships/:id
This endpoint allows you to get a specific membership that belongs to the authenticated user.
Scope: memberships.read
Path Parameters
Name | Type | Description |
---|---|---|
id | string | The membership ID |
Last updated