E

ExaVault

by ExaVault Free tier

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.

searchexavault

Quick Reference

Base URL 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
Pricing
28
Latency
20
Depth
72

Authentication

No authentication required

# No auth required

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Free — open public API, no authentication required.

Key Endpoints

MethodPathDescription
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

Sample Request

curl -X GET 'https://accountname.exavault.com/api/v2/account' \
  -H '# No auth required'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official ExaVault documentation.