Get enrollment tokens
Retrieves a list of active enrollment tokens.
GET /platform/configuration/security/enrollment-tokens
curl \
-X GET https://{{hostname}}/api/v1/platform/configuration/security/enrollment-tokens
Response examples (200)
{
"tokens": [
{
"token_id": "string",
"roles": [
"string"
]
}
]
}