Version: v5
PHP: 8.x
Storage Driver: local | s3 | ftp
Basis: /api/v1/
GET /api/v1/forum/threads
– Liste aller ThreadsGET /api/v1/forum/posts?thread_id={id}
– Posts eines ThreadsPOST /api/v1/forum/posts
– Neuen Post erstellen
Authorization: Bearer <api_token>
GET /api/v1/media
– Medienliste (JSON){ "endpoint": "/api/v1/forum/posts", "method": "POST", "auth": "Bearer {api_token}", "body": { "thread_id": 1, "content": "Hallo Welt" } }
phpKit v5 © 2025