SweetConnect LogoSweetConnect

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

  1. Obtaining Access Token - Get your initial access token using client credentials
  2. Using Access Token - Include the token in your API requests
  3. 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.