LogoLogo
Dashboard
  • 💾Introduction
  • 🚀Getting started
  • 🔌Connections
  • 🔑Authentication and API Keys
  • 🛠️Transformers
  • API Docs
    • append
    • exists
    • list
    • mkdir
    • ping
    • read
    • rmdir
    • unlink
    • stat
    • write
Powered by GitBook
On this page
  • API Key management
  • Authentication

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:

Authorization: Bearer <your_api_key>
PreviousConnectionsNextTransformers

Last updated 1 year ago

🔑