ExaVaults API allows you to incorporate ExaVaults suite of file transfer and user management tools into your own application.\nExaVault supports both POST (recommended when requesting large data sets) and GET operations, and requires an API key in order to use.
https://accountname.exavault.com/api/v2
Auth type
none
Auth header
# No auth required
Rate limit
See documentation
Pricing
Enterprise / contact sales
Free quota
None
Documentation
https://accountname.exavault.com/api/v2
Endpoint status
Server online — HTTP 401 — server is online but path returned an error (may require auth)2.68s
(checked Mar 29, 2026)
Builder score
D
43%
builder-friendly
No authentication required
# No auth required
Free — open public API, no authentication required.
| Method | Path | Description |
|---|---|---|
| GET | /account |
Get account settings |
| PATCH | /account |
Update account settings |
| GET | /activity/session |
Get activity logs |
| GET | /activity/webhooks |
Get webhook logs |
| GET | /email-lists |
Get all email groups |
| POST | /email-lists |
Create new email list |
| DELETE | /email-lists/{id} |
Delete an email group with given id |
| GET | /email-lists/{id} |
Get individual email group |
curl -X GET 'https://accountname.exavault.com/api/v2/account' \ -H '# No auth required'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official ExaVault documentation.