Acronis · Example Payload

Account Management Client Example

CybersecurityData ProtectionEndpoint Management

Account Management Client Example is an example object payload from Acronis, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

client_idclient_secrettenant_idtypestatusdata

Example Payload

Raw ↑
{
  "client_id": "sample-uuid-001",
  "client_secret": "sample-value",
  "tenant_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "type": "api_client",
  "status": "enabled",
  "data": {}
}