authentication

Verify user by changing it's temporary password.

Verify user by changing default temp password. x-auth-session-token must be provided as HTTP header. Value is retrieved from /login endpoint when first time login is attempted.

post/api/v1/authentication/verify

Headers

x-auth-session-tokenstring required

Response

Successful Response

statusinteger required

Status code of authentication.

accountstring required

User account.

accessTokenstring nullable

Access token, used ar Bearer token for accessing endpoints.

sessionTokenstring nullable

Session token required for account verification and password change.

rolesUserAccessRoles[] required

User access roles.

Changes

No recorded changes to this endpoint across all 1 revision of this API.