auth

Create authorization token from username and password

Use this method to obtain an authorization token that you can use in all other methods.

To use method you should provide basic authorization credentials:

  • Username - username of your FF.Multi account
  • Password - password for your FF.Multi account

This method returns a structure containing an authorization token.

Copy its value, prepend it with "Token" and paste the entire thing into the API Key field in the authorization form of this documentation viewer.

If the system uses face AND password authorization - together with the Basic authorization header, additionally pass the token received during face authorization in the video_auth_token field.

post/auth/login/

Request body

video_auth_tokenstring

Inactive token from face authorization. Required when face_and_password is set

uuidstring required

Device unique identifier

mobileboolean

Device is mobile

device_infoobject

Device information

Response

tokenstring required

Authorization token

token_expiration_datetimestring date-time required

Token expiration datetime

Changes