Toda la documentación
DOCS api / endpoints

GET /posts

List posts created by the authenticated user.

List Posts

Endpoint: GET /posts

Returns posts ordered by created_at DESC.

Response

Each item includes:

  • Post fields from posts
  • post_targets relation with per-target status and error details

Notes

  • Scope is the authenticated user (created_by = request.userId).
  • No pagination is currently applied by the route.