Alution Cloud API
Connect external software to Alution Cloud. Synchronize contacts and provider fields, work with tickets and transfers, and access files through one tenant-scoped public API.
How it works
Each tenant has its own https://{tenant}.alution.cloud origin. Public clients obtain short-lived access tokens through OAuth 2.0 Authorization Code with PKCE, then call versioned endpoints below /api/v1 with Authorization: Bearer {access_token}. Signed file and guest URLs are the documented exceptions and carry their authorization in the URL signature.
Register provider metadata only when your integration needs provider-owned settings, custom fields, mappings, or transfer definitions. OAuth client registration and provider registration are distinct concepts.
