Backend API v1

Version 1.0.0

RESTful API for service request and workflow management

Available Endpoints

Users & Profile

POST /users/{userID}/profile-picture Auth required
GET /users/{userID}/profile-picture Auth required

Workflows

POST /workflows Auth required
GET /workflows/{workflowID} Auth required
GET /workflows/company/{companyID} Auth required

Forms

POST /forms Auth required
GET /forms/{formID} Auth required
POST /form-runs Auth required

Authentication: All endpoints require Firebase JWT authentication via Bearer token.

← Back to Home