CREATED: 15-03-2025

LAST MODIFIED: 03-05-2025


BASE_URL = /api/timeline

Error Codes Reference

Code HTTP Status Description
VALIDATION_ERROR 400 Input validation failed
UNAUTHORIZED_ERROR 401 Missing / Invalid Token
EXPIRED_TOKEN 403 Token is expired
NOT_FOUND 404 Could Not Find User with given details
FORBIDDEN_ERROR 403 Timeline is Private (cannot be accessed by others)
CONFLICT_ERROR 409 Fork already exists
INTERNAL_SERVER_ERROR 500 Internal Server Error (uncaught/unhandled error)

1. Get Timeline Meta Data

Endpoint : GET /metadata

Retrieves the Meta Data for the Timeline

Successful Response