FASHUB Logo
AboutHow It Works
Sign inGet Started
FASHUB Logo

Connecting fashion professionals with individuals worldwide

For Individuals

  • Find Professionals
  • Sign Up

For Professionals

  • Join as Designer
  • Join as Tailor

Company

  • About Us
  • Documentation
  • Metrics
  • Legal

© 2025 FASHUB. All rights reserved.

F
FASHUB/
Docs/API Reference
← User DocsGet API Key

Base URL

https://fashub.com
Home/Docs/API Reference

API Reference

RESTv1

The FASHUB API is a RESTful HTTP API. All requests and responses use JSON. Click any endpoint below to expand its documentation, parameters, and example requests.

Authentication

Protected endpoints require a Bearer JWT token in the Authorization header. Obtain a token by calling .

Request Header
Authorization: Bearer <your_jwt_token>

Rate Limiting

Endpoint typeLimitWindow
All authenticated endpoints1000per hour per user
POST /api/auth/*20per 15 minutes per IP
POST /api/upload50per hour per user

When rate limited, the API responds with 429 Too Many Requests and a Retry-After header.

HTTP Status Codes

CodeMeaningWhen it occurs
200OKRequest succeeded, data returned
201CreatedResource successfully created
400Bad RequestMissing or invalid request parameters
401UnauthorizedMissing or invalid Bearer token
403ForbiddenAuthenticated but not authorised for this action
404Not FoundResource does not exist
429Too Many RequestsRate limit exceeded
500Internal Server ErrorUnexpected server error — contact support

Authentication

2 endpoints

Users

2 endpoints

Posts

5 endpoints

Conversations

4 endpoints

Search

1 endpoint

Notifications

2 endpoints

Media Upload

1 endpoint

Online Status

2 endpoints
API v1  ·  Last updated: February 2026  ·  User Documentation
API SupportTerms

Sections