# ExaVault **Provider:** ExaVault **Category:** search **Base URL:** `https://accountname.exavault.com/api/v2` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://accountname.exavault.com/api/v2 ## Description 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. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://accountname.exavault.com/api/v2/account` | Get account settings | | PATCH | `https://accountname.exavault.com/api/v2/account` | Update account settings | | GET | `https://accountname.exavault.com/api/v2/activity/session` | Get activity logs | | GET | `https://accountname.exavault.com/api/v2/activity/webhooks` | Get webhook logs | | GET | `https://accountname.exavault.com/api/v2/email-lists` | Get all email groups | | POST | `https://accountname.exavault.com/api/v2/email-lists` | Create new email list | | DELETE | `https://accountname.exavault.com/api/v2/email-lists/{id}` | Delete an email group with given id | | GET | `https://accountname.exavault.com/api/v2/email-lists/{id}` | Get individual email group | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl -X GET 'https://accountname.exavault.com/api/v2/account' \ -H '# No auth required' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/exavault/) — CC BY 4.0*