Authentication
Learn how to authenticate with the SweetConnect Platform API
Authentication
The SweetConnect Platform uses OAuth 2.0 token-based authentication for API access. All API requests must include a valid access token.
Authentication Flow
- Obtaining Access Token - Get your initial access token using client credentials
- Using Access Token - Include the token in your API requests
- Renewing Access Token - Refresh expired tokens to maintain API access
Quick Start
To authenticate with the API, you'll need:
- Client ID
- Client Secret
- Token endpoint URL
These credentials are provided when you register your application with the SweetConnect Platform.