Core Concepts
Application
An Application represents your own business application. You choose a unique name and can add an optional description. The application name must be unique across the system.Note: You must create an Application before you can create an API Key.
API Key (API Token)
An API Key is a string credential bound to an Application. It is valid for 1 year and is used for long-term API calls, without requiring repeated login. Requests should include an Authorization header containing the wordBearer followed by the API Key.
Create an Application and API Key
Step 1: Create an Application
- Log in to the portal.
- Open the Account page and find the API Portal entry.
- Click to add an Application.
- Enter a unique application name and a description, then save.
Step 2: Generate an API Key
- Find the Application you just created.
- Click the + icon next to that Application to generate an API Key.
- The API Key is valid for 1 year.
Step 3: Download the Credential
- Download the credential file.
- Retrieve the string key and use it as the Bearer token when calling Silicon Data APIs.
Delete an Application and API Key
Step 1: Delete API Keys
Delete all API Keys under the Application first.Step 2: Delete the Application
After all keys under the Application have been removed, you can delete the Application.Note: An Application cannot be deleted until all of its API Keys have been cleared.
If an API Key Is Leaked
- Delete the compromised API Key.
- Create a new API Key under the same Application.
- Update your integrations to use the new key.
Contact and Support
For additional information or technical support, please contact:- Email: support@silicondata.com