v1
latestOpenAPI 3.0.02026-07-26224386470.0 KBIntegrations
Create an integration
Create an integration e.g. with Plaid
post/api/integrations
Request body
Example request
{
"integration": {
"base_url": "https://sandbox.plaid.com",
"name": "Plaid Prod",
"webhook_url": "https://your-server.yourdomain.com/hooks"
}
}Response
Created
Example response
{
"integration": {
"base_url": "https://sandbox.plaid.com",
"name": "Plaid Prod",
"webhook_url": "https://your-server.yourdomain.com/hooks"
}
}