Vecinos en Red API - Endpoints

Email: support@vecinosenred.net
Path: /

Vecinos en Red API - Endpoints

Welcome to the PHP API Boilerplate. This is a RESTful API with JWT authentication.

Authentication

Setup

Users (Protected)

Posts (Protected)

Pets (Protected)

Authentication Requirements

Most endpoints require authentication via JWT. To authenticate:

  1. Register using POST api/v1/auth/register with email and password (or use existing credentials)
  2. Login using POST api/v1/auth/login with email and password
  3. Include the returned access token in the Authorization header:
    Authorization: Bearer YOUR_ACCESS_TOKEN