Authorization — API Reference
Authorize your application to access Synerise APIs
28 endpoints across 2 tags.
Authorization
POST/sauth/v3/auth/refresh/client— Refresh a Profile tokenPOST/sauth/v3/auth/login/client— Authenticate as ProfilePOST/sauth/v3/auth/server/login/client— Authenticate Profile with a serverPOST/sauth/v3/auth/login/client/conditional— Authenticate as Profile (conditional)POST/sauth/v3/auth/login/client/anonymous— Authenticate anonymouslyPOST/uauth/auth/login/user— Log in as UserPOST/uauth/auth/login/user/mfa/verification— Verify User multi-factor authenticationPOST/uauth/auth/login/user/profile/{businessProfileUUID}— Select WorkspaceGET/uauth/business-profile/— Get WorkspacesGET/uauth/business-profile/ids— Get Workspaces ids with user-specific dataGET/uauth/business-profile/current— Get current WorkspacePOST/uauth/v2/auth/login/profile— Log in as Workspace
Authorization (deprecated)
GET/v4/auth/refresh/profile— Refresh a Workspace token (deprecated)POST/v4/auth/login/profile— Log in as Workspace (deprecated)POST/sauth/auth/login/client— Authenticate as Profile (deprecated)POST/sauth/auth/login/client/anonymous— Authenticate anonymously (deprecated)POST/sauth/auth/login/client/facebook— Authenticate with Facebook (deprecated)POST/sauth/auth/login/client/facebook/no-registration— Authenticate with Facebook without registration (deprecated)POST/sauth/auth/login/client/oauth— Authenticate with OAuth (deprecated)POST/sauth/auth/login/client/oauth/no-registration— Authenticate with OAuth without registration (deprecated)POST/sauth/auth/login/client/apple— Authenticate with Sign in with Apple (deprecated)POST/sauth/auth/login/client/apple/no-registration— Authenticate with Sign in with Apple without registration (deprecated)GET/sauth/auth/refresh/client— Refresh a Profile token (deprecated)POST/sauth/v2/auth/refresh/client— Refresh a Profile token (deprecated)POST/sauth/v2/auth/login/client— Authenticate as Profile (deprecated)POST/sauth/v2/auth/login/client/conditional— Authenticate as Profile (conditional) (deprecated)POST/sauth/v2/auth/login/client/anonymous— Authenticate anonymously (deprecated)POST/sauth/v2/auth/server/login/client— Authenticate as Profile (deprecated)