Acronis · Example Payload

Account Management Token Response Example

CybersecurityData ProtectionEndpoint Management

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

Top-level fields

access_tokentoken_typeexpires_inrefresh_tokenscope

Example Payload

Raw ↑
{
  "access_token": "eyJhbGciOiJSUzI1NiJ9...",
  "token_type": "Bearer",
  "expires_in": 1,
  "refresh_token": "eyJhbGciOiJSUzI1NiJ9...",
  "scope": "sample-value"
}