CASE FrameworkCASE Framework
Management APIService accounts

Create service account API key

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

Authorization

BearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

serviceAccountID*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

expiresAt?integer

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/user-management/service-accounts/string/api-keys" \  -H "Content-Type: application/json" \  -d '{}'
{
  "success": true
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}