generated: '2026-07-17' method: searched source: openapi/altinity-acm-openapi-original.json docs: https://docs.altinity.com/altinitycloud/administratorguide/acm-api-quickstart/ summary: types: - apiKey - oauth2 api_key_in: - header oauth2_flows: - auth0-sso notes: >- Primary auth is an ACM API key (or login token) passed in the X-Auth-Token header. Single sign-on is available via Auth0 oAuth token exchange (GetSingleAuth / DoSingleAuth). 2FA is supported via LoginVerify. schemes: - name: ApiKeyAuth type: apiKey in: header parameter: X-Auth-Token key_types: - ACM API key (My Account > API Access; default 24h expiry, adjustable) - Login token (POST /login) - Anywhere API token (single per account) sources: - openapi/altinity-acm-openapi-original.json - name: Auth0SSO type: oauth2 provider: Auth0 flow: token-exchange operations: - GetSingleAuth - DoSingleAuth sources: - docs.altinity.com