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
Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.