Authentication
All APIs take an token param in the Authorization header. These key are associated with a user and allow permission to the user to request the API.
Signature Request
Sign In
{
"email" : "email",
"password" : "password"
}{
"activated": {
"id": 52,
"name": "name",
"username": "username",
"company": "company",
"email": "email",
"status_aktif": 1,
"uuid": "uuid"
},
"message": "success",
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE2NDQzODM4NjEsImlzcyI6IjUyIn0.tAx9tAMfmPeLGaU0XZOlP8yhD9K4kLQX2--wUNqf_C8",
"username": "username",
"uuid": "uuid"
}Construct Authorization Key
Token for AI services
Last updated