Authentication

Method

POST

Link

{{host}}/Login

{
    "secret": "",
    "language": "v",
    "username": "",
    "password": ""
}

Parameter description

Name
(*)
Datatype
Descripsion

secret

string

The secret key string provided by Arito for connecting to the application

language

string

The language used in API function headers (v or e)

username

string

The login account for AritoID

password

string

The MD5 hash of the password used for logging into AritoID

Last updated