Access Keys
Dynamiq uses access keys to authenticate requests. You can view and manage your access keys in the access keys page by clicking on your profile icon in the top right of your screen.
Access keys are used for securely authenticating and authorizing access to the platform’s resources and APIs.
Authentication
Authentication is performed using headers. You should include your API key as the value associated with the Authorization
header in your requests.
Note that all API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail.
Creating an Access Key
To create an access key click the create an access key button, add a name and an optional expiration date from the calendar pop up and press create.
Once created, you will be prompted to save the access key. Please make sure you save it somewhere safe as you will not be able to view it again for security reasons.
Deleting an Access Key
You can delete an access key by clicking the trash bin icon on the right side of your access key.
Access Key Best Practices
The access keys you generate should be treated like passwords. Do not share your access keys in publicly accessible areas such as GitHub, client-side code, etc.
Last updated