Authentication
Get Authentication Token
Get Authentication Token
Request Submitted Registration
Requests the data for a previously submitted user registration.
User Login
Performs a user login request. If successful an HTTP code `200 OK` will be returned together with a new authorization token. Look at the `Authorization` header in the response, it will contain something like `bearer eyJ0eXAiOiJKV1...`.
User Logout
Log the user out.
WebSentinel Authentication
Authenticates a logged-in user with the WebSentinel service.
Password Reset Request
Performs a password reset request for the given email address.
Perform a Password Reset
Performs a password reset based on the provided data.
Complete User Registration
Provide a previous registration token and the users data to complete the user's registration process.
User Permission Check
Performs an organizational check for the logged in user. This includes a check whether a GET/POST/PUT/DELETE request can be performed on the supplied partner, agency or client. For convenience this request will return the user's primary details along with the user's permissions.