---
title: "Get status of the Black Kite produced access token."
method: GET
path: "/api/v2/status"
tags: ["Status"]
---

# Get status of the Black Kite produced access token.

`GET /api/v2/status`

Get the validity of the access token issued.

## Response `200`

Success

- object
  - `IsValid` boolean, required — Whether the access token accompanied by this request is valid (true) or not valid (false).
  - `ClientId` string, nullable — The client id part of the client credential pair used to create the access token.
  - `CanStartScan` boolean, nullable — Whether the access token can be used to start a scan or not.
  - `CurrentIp` string, nullable — The remote IP address triggering this request.
  - `ExpirationDateOfClientCredential` string, date-time, nullable — The date time that the client credential will expire. Beware that this is the expiration date of the client credential, NOT the access token.
  - `ExpirationDateOfToken` string, nullable — The date time that the access token will expire. Beware that this is the expiration date of the access token, NOT the client credential that is used to issue the access token.
  - `IpWhiteList` string[], nullable — The list of white listed source IP addresses, if any.
  - `Role` 'SuperAdmin' | 'EcosystemAdmin' | 'CompanyAdmin' | 'SuperUser' | 'EcosystemUser' | 'CompanyUser', nullable — The role of the client credential that is used to issue the access token.

## Other responses

- `401` — Unauthorized
- `default` — Failure

---

[API](https://skmtc.net/blackkitetech/apis/black-kite-api.md) · [All operations](https://skmtc.net/blackkitetech/apis/black-kite-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blackkitetech/black-kite-api/revisions/7dadaba760fb/schema)
