Provider organization: ManTech
Business Identity
Signed-in user API for creating a ManTech business, reading it back, and storing GSTIN, PAN, TAN, CIN, LLPIN, or UDYAM numbers. The caller is the Firebase user from Authentication, not a developer API key. Identifier checks confirm the string shape. They do not verify the business with GSTN, MCA, or Udyam.
Authentication
Authorization: Bearer with the Firebase ID token from /api/v1/auth login, phone verify, or refresh. Do not send a mantech_test_ or mantech_live_ key.
Capabilities
- Create and list businesses
- Tax identifier records
- Caller role on a business
Known limitations
- Requires a Firebase ID token from /api/v1/auth. A developer API key is rejected.
- GSTIN, PAN, TAN, CIN, LLPIN, and UDYAM values are format-checked only.
- This is not government registration, GST filing, or MCA/Udyam verification.
- Role and attribute checks run inside the platform. There is no separate public RBAC or ABAC API.
Endpoints
- POST/api/v1/identity/businesses
- GET/api/v1/identity/businesses
- GET/api/v1/identity/businesses/{businessId}
- PATCH/api/v1/identity/businesses/{businessId}
- POST/api/v1/identity/businesses/{businessId}/tax-registrations
- GET/api/v1/identity/businesses/{businessId}/tax-registrations
- GET/api/v1/businesses/{businessId}/effective-permissions
Access and quota
TEST · TEST
1,000 requests per UTC day per application + environment (shared across certified /api/v1 families)
Burst limiter plus daily quota. TEST is not unlimited.
Production · LIVE
Not a self-serve checkout. Request production access.
Not published as a public SLA.
There is no self-serve checkout. Production access is request-only. TEST keys are not production access. Quota is enforced by the gateway per application + environment, not by this page.
Gateway
The website gateway forwards /api/v1/identity and /api/v1/businesses to ManTech API Platform. These routes use the end-user Firebase token. Effective permissions are returned for the caller; role administration is not a marketplace product.