v1

latestOpenAPI 3.1.02026-07-241910582.8 KB

Create Connection

Create a new connection in the sandbox. This endpoint is only available in sandbox mode (live_mode: false).

post/connections

Request body

entity_id'example1' | 'example2' | 'modern_treasury' required

The entity ID of the connection. Currently supported values are example1, example2, and modern_treasury.

nicknamestring

An optional human-friendly nickname for the connection.

Response

201

idstring
objectstring
live_modeboolean
vendor_idstring
vendor_namestring
{"stackTrail":"paths:/connections:post:responses:201:content:application/json:schema:properties:vendor_customer_id","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/connections:post:responses:201:content:application/json:schema:properties:discarded_at","oasType":"schema","type":"unknown"}
created_atstring
updated_atstring

Example response

{
  "id": "dac94e63-9f4a-46b9-ba6b-412acfbf4cc1",
  "object": "connection",
  "vendor_id": "modern_treasury",
  "vendor_name": "Modern Treasury",
  "created_at": "2025-07-24T23:43:49Z",
  "updated_at": "2025-07-24T23:43:49Z"
}