Managing your client credentials

Sine API requires an Client ID and Secret, to consume resources.

The Sine API requires a Client ID and Client Secret, to authenticate prior to consuming API resources. They are generated via the Sine Admin Client.

Note that the Sine API uses OAuth 2.0 with the client_credentials grant type.

❗️

Before you start

The Sine API feature is not available by default with your subscription. Please contact Sine Support to get access.

Generate a Client ID and Secret

You can generate up to two sets of credentials at a time, which can be used independently.

  1. Log in to Sine Dashboard as a Team Admin for your team
  2. Navigate to the Admin Client
  3. Select the API tab
  4. Select Generate
  5. Your Client ID and Client Secret appear in a pop-up. Note down the client id and client secret and store it in a secure location, as this is displayed only once.

Revoke Client ID and Secret

New credentials can be re-generated (when needed) by selecting Revoke.

📘

Note

Once a set of credentials is revoked, any existing access tokens generated using those credentials immediately become invalid, and a new access token must be obtained using a new set of client credentials.

  1. Log in to Sine Pro Dashboard as a Team Admin for your team
  2. Select the Team icon from the Dashboard
  3. Select the API tab
  4. Select Revoke.

What’s Next