v1
latestOpenAPI 3.0.32026-07-2484569553.1 KBConnection Management
Extend a connection
Starts a process to extend a connection, by reconfirming consent and starting a new authentication if necessary. You can find out more on how to use this endpoint here.
post/connections/extend
Headers
X-Client-Correlation-Idstring
Client-specified ID used to debug requests
Request body
Example request
{
"client_id": "budgetapp-b4c334",
"user": {
"name": "Alan Turing",
"email": "alan@example.org",
"phone": "+437777777777"
}
}Response
Extend response