Generate API Key
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 Dashboard.
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.
- Log in to Sine Pro Dashboard as a Team Admin for your team
- Select the Team icon from the Dashboard
- Select the API tab
- Select Generate
- 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.
- Log in to Sine Pro Dashboard as a Team Admin for your team
- Select the Team icon from the Dashboard
- Select the API tab
- Select Revoke.
Updated over 2 years ago