/
FE
featurehub-io
/
ManagementResourceApi
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 2h ago · Updated 3w ago
View markdown
featurehub-io
ManagementResourceApi
post
/mr-api/authentication
v1
latest
OpenAPI 3.0.1
2026-07-17
86
92
133.1 KB
ApplicationService
7
AuthService
9
post
/mr-api/authentication
get
/mr-api/external-provider/{provider}
post
/mr-api/login
get
/mr-api/logout
put
/mr-api/authentication/{id}/replaceTempPassword
post
/mr-api/authentication/{email}/expiredTokenReset
put
/mr-api/authentication/{id}/changePassword
get
/mr-api/authentication/{token}
put
/mr-api/authentication/{id}/resetPassword
CacheService
1
Environment2Service
1
EnvironmentFeatureService
6
EnvironmentService
6
FeatureGroupService
6
FeatureHistoryService
1
FeatureService
8
GroupService
8
InfoService
1
PersonService
7
PortfolioService
5
RolloutStrategyService
6
ServiceAccountService
6
SetupService
2
UserStateService
2
WebhookService
4
AuthService
Create a new user
post
/mr-api/authentication
Request body
PersonRegistrationDetails
required
name
string
required
email
string
email
required
password
string
password
required
confirmPassword
string
password
required
registrationToken
string
required
Response
Tokenized person
TokenizedPerson
required
accessToken
string
refreshToken
string
redirectUrl
string
person
Person