Authentication Process
Authentication Process
Login
POST
/api/v1/accounts/login
Request Body
Name | Type | Description |
---|---|---|
username* | String | StandardRegistry |
password* | String | test |
Access Token
POST
/api/v1/accounts/access-token
Request Body
Name | Type | Description |
---|---|---|
refreshToken* | String | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9....... |
Account Session
GET
/api/v1/accounts/session
Headers
Name | Type | Description |
---|---|---|
Authorization Bearer | String | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...... |
Last updated