v1

latestOpenAPI 3.0.02026-07-26224386470.0 KB
Integrations

Update Integration

Update an Integration

put/api/integrations/{heron_id}

Path parameters

heron_idstring required

Request body

Example request

{
  "integration": {
    "base_url": "https://sandbox.plaid.com",
    "name": "Plaid Prod",
    "webhook_url": "https://your-server.yourdomain.com/hooks"
  }
}

Response

OK

Example response

{
  "integration": {
    "base_url": "https://sandbox.plaid.com",
    "name": "Plaid Prod",
    "webhook_url": "https://your-server.yourdomain.com/hooks"
  }
}