A versioned, token-authenticated REST API for the matrimonial platform — handling accounts, interests, chat, and everything in between. Built for the web and mobile apps that connect people.
Built for reliability
Sanctum bearer tokens, per-resource authorization, and rate-limited auth endpoints.
Members converse only after an interest is accepted, with off-platform contact details auto-masked.
Form Request validation, API Resources, and JSON error handling across every endpoint.
Every route is namespaced under /api/v1 with a live, interactive reference.