Skip to main content
POST
List athlete posts

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. Use the /api/login endpoint to obtain a token.

Query Parameters

page
integer

Page number

Example:

1

page_limit
integer

Items per page (default 10)

Example:

10

Body

application/json
id
integer

User ID (defaults to auth user)

Example:

1

type
string

Post type filter (e.g. athlete)

Example:

"athlete"

self
string

Set to view own posts

Example:

"Y"

Response

200

Post list