Agent authentication
POST
/authentication/agent/signin
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/authentication/agent/signin' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "tinganjeff90@gmail.com",
"password": "password"
}'
Response Response Example
{
"status": "success",
"message": "Sign in successful",
"tokens": {
"refresh": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.H...",
"access": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.K...."
}
}
Request
Body Params application/json