Authentication
The initial step that needs to be configured is the authentication flow. See the sample example how this can be configured. Links to more detailed instructions can be found at the end of the article.
How this example works
Try yourself
Endpoints used
This method allows to login and get a JWT token for the admin
Body
usernamestringOptionalExample:
adminpasswordstringOptionalExample:
passwordResponses
200Success
application/json
tokenstringOptionalExample:
eyJhbGciOiJSUzI1NiIsInR5cCI6...refresh_tokenstringOptionalExample:
0558f8bb29948c4e54c443f...401
Bad credentials.
application/json
post
/api/admin/login_checkBody
refresh_tokenstringOptionalExample:
0558f8bb29948c4e54c443f...Responses
200Success
application/json
tokenstringOptionalExample:
eyJhbGciOiJSUzI1NiIsInR5cCI6...refresh_tokenstringOptionalExample:
0558f8bb29948c4e54c443f...401
Bad credentials.
application/json
post
/api/token/refreshMore resources
AdminsLast updated
Was this helpful?

