API REFERENCE

API: tenants

Canonical routes for tenants (from ApiRoutes).

Routes

MethodPathAuth / notes
POST/tenantsBearer Cognito access token (tenantsCreate)
GET/tenants/{tenantId}Bearer Cognito access token (tenantGet)
PATCH/tenants/{tenantId}Bearer Cognito access token (tenantUpdate)

Example

POST https://api.startupcore.com/tenants

Errors

401 UNAUTHORIZED, 403 FORBIDDEN, 403 FEATURE_NOT_ENTITLED, 404 NOT_FOUND, 400 VALIDATION_ERROR.