Note: this feature is only available to customers with API integrations who have expressed interest in managing their own credentials. If this feature is turned on, and you have Organization Admin permissions then you can view this page.
API credentials are unique identifiers that our system uses to connect your Sighten account with other sites via APIs to automate your workflows and import and export data.
How do I see the credentials associated with my account?
First, navigate to Settings and select Integrations on the left sidebar. The Credentials and Webhooks tab is the second tab on this page.
Above is an example of an account with no credentials set up.
How do I add credentials to my account?
To add a credential, click the green Add Credential button highlighted below:
From there, an Add Credentials modal will open.
Name your credential: this should be something simple that identifies the integration.
Base URL: This is the address of the API endpoint.
Determine some settings for your API Credential:
Test credentials - toggle: If this is toggled on, you will see a “test” label next to the credential name. And the credentials will only be used on Sighten testing environments like Onboard. If it is toggled off, it will be used on our production environment, Engine.
Org. Specific Authentication - toggle: if this is turned on, you will be able to add API keys for multiple organizations in the same credential.
Ex: If you have this toggled on, then you can add API keys for more than one organization. As you can see above, you can continue to add organizations by clicking the Add Organization Credential button. You can remove an organization’s credentials, by clicking the Remove Organization button to the right of the dropdown.
Add Headers:
The Content-Type header is required. You can choose JSON, XML, or form-urlencoded
You can also add additional optional headers by clicking the + Header button shown below:
You can also remove the additional header by clicking the “X” to the right of the header.
Note: If you want to use Headers for authentication, select Headers in the Authentication Data section, explained below.
Select the Authentication type:
Headers - You will be asked to provide a secret Key and a Value that your server will recognize.
Basic - With this method, you provide a username and password that will be supplied to your server in HTTP basic auth format.
Token (Bearer Auth) - This authentication method works by ensuring that each request to a server is accompanied by a signed token which the server verifies for authenticity and only then responds to the request. You will be asked to provide a Key and a Value.
AWS4 - You will be asked to provide an Access Key, a Secret Key, AWS Region, AWS Service, and a Base Endpoint.
HMAC-SHA256 - You will be asked to provide a Client ID and a Client Secret.
No Authentication - You do not need to provide any information in addition to the header(s).