Authenticate Smart Card
Note: Smart card authentication is only supported in admin console.
Request
URI
GET
https://{api_host}/rest/login
COPY
Query Parameters
string
client_reference_id
Optional
client_reference_id
Header Parameters
string
Accept-Language
Optional
Accept-Language
Responses
200
OK
Returns SmartCardAuthTokens of type(s) */*
{
"access_token": "<jwt.access.token>",
"domain": "AD-TEST-DOMAIN",
"refresh_token": "<jwt.refresh.token>",
"user_name": "Administrator"
}
string
access_token
Optional
Access Token to be used in API calls.
string
domain
Optional
Domain
string
refresh_token
Optional
Refresh Token to be used to get a new Access token.
string
user_name
Optional
User Name
400
Bad Request
Operation doesn't return any data structure
401
User is not authenticated
Operation doesn't return any data structure