Authentication

Every request to this endpoint need a différent authentication by user UserPassword.

WARNING

Each request on these endpoints needs authentication by user password, these credentials will be provided to you on request by Biac Log.open in new window. .

Authenticate

Credentials must be added on the header to each administration request.

  • Headers:
    • Username: YOUR USERNAME
    • UserPassword: YOUR USERPASSWORD

Change password

Returns an array of object containing all the company managed by the specified account.

Request

  • URL : /admin/changepassword
  • Method : POST
  • Headers:
    • OldPassword: YOUR OLD PASSWORD
    • NewPassword: YOUR NEW PASSWORD

Body

{
  "oldPassword": "MyOldPassword",
  "newPassword": "MyNewPassword",
}
Last Updated: