🆕Management REST API
Authentication
az account get-access-token --resource api://[APPLICATION-ID] --query accessToken --output tsvTOKEN=$(az account get-access-token \
--resource api://16b6a4d1-0a20-4b41-bf58-12783034cad3 \
--query accessToken \
--output tsv)curl -X GET "https://scepman.contoso.com/api/manage/search?searchText=ABC123&pageSize=10&certValidity=Any&certType=Any" \
-H "Authorization: Bearer $TOKEN" \
-H "Accept: application/json"Search API
Search parameters
Source
Value
Revocation API
Supported revocation reasons
Value
Revocation Reason
Last updated
Was this helpful?