API Reference

Authentication

Learn how to authenticate with the Folderly API using API keys.

The Folderly API uses API keys to authenticate requests.

You can find your API key in your Account Settings → API Access section.
If you don't have an API key yet, create a new one from the same API Access section.

⚠️

Warning: Newly created API keys are visible only once. Make sure to copy and store your key securely - you won't be able to see it again later.

ℹ️

Note: If you lose your API key, you can revoke existing and create a new one at any time from the API Access section.

How Authentication Works

All requests to the API must include your API key in the Authorization header.

Example request:

curl -X GET "https://api.folderly.com/mailboxes" \
     -H "Authorization: YOUR_API_KEY"