Muather API

REST API for the Muather.me platform · v1.0

Under Development — Coming Soon

🔐 Authentication

POST/api/auth/login
POST/api/auth/register
GET/api/auth/me

🚀 Campaigns

GET/api/campaigns
POST/api/campaigns
POST/api/campaigns/:id/launch

👥 Influencers

GET/api/influencers
GET/api/influencers/:id
PATCH/api/invitations/:id/accept

💰 Payments

POST/api/payments/intent
POST/api/payments/confirm
GET/api/payments/payouts

Base URL

https://api.muather.me/v1

All requests require an Authorization: Bearer <token> header except public auth endpoints.

← Back to muather.me