CASE FrameworkCASE Framework
Management APIService accounts

List service account API keys

GET
/v1/user-management/service-accounts/{serviceAccountID}/api-keys

Authorization

BearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

serviceAccountID*string

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/user-management/service-accounts/string/api-keys"
{
  "apiKeys": [
    {
      "id": "string",
      "serviceUserID": "string",
      "key": "string",
      "expiresAt": "2019-08-24T14:15:22Z",
      "createdAt": "2019-08-24T14:15:22Z",
      "lastUsedAt": "2019-08-24T14:15:22Z"
    }
  ]
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}