Skip to main content
POST
Reauthorize a connection

Authorizations

Authorization
string
header
required

Authorization: Bearer rbk_live_...

Redbark-Version
string
header
required

The API release your integration is built against, e.g. 2026-10-01.wattle. Required on every request.

Path Parameters

id
string
required

The id of the object.

Example:

"conn_2Bc4De6fGh8jKl0mNp3qRs"

Body

application/json
return_url
string<uri> | null

Response

The link session

id
string
required
Example:

"ls_7Kp3Lm5nQr7sTu9vWx1yZa"

object
enum<string>
required
Available options:
link_session
provider
enum<string>
required
Available options:
fiskil,
akahu,
snaptrade
institution
string | null
required
status
enum<string>
required
Available options:
pending,
completed,
expired,
failed
url
string | null
required

Hosted page to send the user to while pending

connection
string | null
required
return_url
string | null
required
failure_reason
string | null
required
expires_at
string<date-time>
required
Example:

"2026-08-21T09:30:00.000Z"

completed_at
string<date-time> | null
required
Example:

"2026-08-21T09:30:00.000Z"

metadata
object | null
required

Up to 50 string pairs. Set a key to null in an update to unset it.

livemode
boolean
required
created
string<date-time>
required
Example:

"2026-08-21T09:30:00.000Z"

updated
string<date-time>
required
Example:

"2026-08-21T09:30:00.000Z"