Status
Get status of the Black Kite produced access token.
Get the validity of the access token issued.
get/api/v2/status
Response
Success
Example response
{
"IsValid": true,
"ClientId": "269d98e4922fb3895e9ae2108cbb5064",
"CurrentIp": "192.168.1.2",
"ExpirationDateOfClientCredential": "2021-08-09T08:30:30.682Z",
"ExpirationDateOfToken": "3/5/2022 09:22:23",
"IpWhiteList": [
"192.168.4.5"
],
"Role": "SuperAdmin"
}