Authorization
This API let you obtain auth token to access the switch.
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"email_or_name": "string",
"expire_after_minutes": 0,
"password": "string"
}{
"success": true,
"payload": {
"expired": "string",
"token": "string"
}
}Last updated