| Description | : Get the list of API tokens in an application. The token value will never be returned for security reasons. |
| Reference | : Link ¶ |
⚼ Request
GET:
/apiTokens
{
api-version:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
id:
string
,
token:
string
,
expiry:
string
,
}
nextLink:
string
,
}