dStor API Keys

Introduction to API Keys

Many APIs require an API key for authentication purposes. However, sending the API key directly in API requests can be insecure as it can be intercepted by attackers. Instead, it is recommended to use an access token which can be used to authorize API requests.

Swapping an API key for an access token is a secure way of authenticating API requests. By following the steps outlined in this documentation, you can easily obtain an access token and use it to authorize your API requests.

Last updated