Laravel

API Documentation

Public API Endpoints

Below are the available public endpoints for this API:

POST /v1/login
Authenticate a user and receive an API token for subsequent requests.
POST /v1/register
Register a new user account.
POST /v1/password-forgot
Request a password reset link.
POST /v1/password-reset
Reset a user password using a token.
GET /v1/titles
Get a list of available content titles.
GET /v1/categories
Get content categories.

For more detailed API documentation, please click here.