v1
latestOpenAPI 3.0.32026-07-2484569553.1 KBConnection Management
Create a Connection
Creates a connection resource.
This API must be called using a client_credentials bearer token.
post/v3/data-connections
Headers
Tl-User-IPstring
Used to collect and record the end-user's IP address. The first IP address in the list will be used as the end-user IP address. Necessary to overcome 4 calls per day rate limits.
X-Device-User-Agentstring
Used to improve the end-user's authentication experience based on their device type. If omitted, the User-Agent header will be used instead. This header is only considered if the authorization_flow object in the request body is specified.
Request body
Example request
{
"provider_selection": {
"provider_id": "eg-provider"
},
"user": {
"id": "f9b48c9d-176b-46dd-b2da-fe1a2b77350c",
"name": "Remi Terr",
"email": "remi.terr@aol.com",
"phone": "+447777777777"
},
"metadata": {
"prop1": "value1",
"prop2": "value2"
},
"user_consent": {
"captured_at": "2025-01-01T00:00:00.000Z"
},
"hosted_page": {
"language_code": "de"
},
"authorization_flow": {
"redirect": {
"return_uri": "https://my-domain.com/my-return-page"
}
}
}Response
Connection