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.

Body Params
boolean
required
string
required

Your application's client id, found in TrueLayer Console

string
required

Your application's client secret, found in TrueLayer Console

user
object
required

Details of the end user who is connecting to their provider.

string
required

refresh_token for the connection you want to extend

uri
required

A valid redirect_uri for your TrueLayer client_id (set in your Console)

string

An opaque value used by the client to maintain state between the request and callback

string

PKCE code challenge

string
enum

If set to "form_post", when we call your redirect_uri, we'll include the code in a form POST request. If left unset, we'll make a GET request with the code set as a query parameter

Allowed:
Headers
string

Client-specified ID used to debug requests

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Choose an example:
application/json
application/problem+json