Vault
Manage API authentication with Vault, including OAuth flows, API keys, and access token management for your integrations.
When a connection gets deleted, does all the related data get removed as well?
When a connection is deleted, we remove all the stored credentials & settings for the consumer. We never store any data (like employees, contacts,...)...
Can I use a token from Vault to connect directly to an external service?
Vault handles all the authentication and token management. While Vault does not directly expose the token for the external service, we offer a straigh...
How to detect when integrations get connected or disconnected?
Vault keeps track of the state for each connection towards an integration. More info on different "states" of a connection can be found in our guid...
Vault: How to map a custom field?
Following the next steps, we will show how to add custom field values in Vault. Let's take the example of mapping a "T-shirt Size" from Hubspot, which...
How to delete a consumer?
We support the removal of a consumer via the Vault API: https://developers.apideck.com/apis/vault/reference#operation/consumersDelete Example CURL sn...
What does Auth-only mean?
Auth-only means that we have provided a secured connection to the API of the provider. The API responses are not (yet) available as mapped fields with...
What are consumers?
In Apideck, a consumer represents an account or user in your system. All connections to connectors are scoped to a consumer. Consumers are essential f...
Is there a way to use existing access tokens from integrations via Apideck?
Vault handles all the authentication and token management, providing a secure and centralized solution for your access tokens. By utilizing Vault with...
Troubleshooting CORS Issues in the browser?
CORS (Cross-Origin Resource Sharing) errors can sometimes hinder smooth communication between web applications due to security policies. In the case o...
How to create a Vault session and mail it to a consumer?
You can create Vault sessions via our API , but you can also create a Vault session from within the Unify portal using "Vault Magic Link" and mail it...