Authentication and API Keys
API Key management
API Keys are managed on the API Keys page accessible from the top navigation. From that page you may add and remove API Keys.
When an API Key is created it is displayed only once. Please securely store the key for future reference.
When an API Key is deleted any attempts to use it for authentication will fail. Be sure any active clients to SFTP over HTTP are using a different, valid API Key, before deleting.
Authentication
Requests to SFTP over HTTP are authenticated and authorized via Bearer authentication. An API Key is provided as the bearer token. The Authorization
http header is used for providing the token as follows:
Last updated