Overview

Connect Links allow your creators to activate the connection you’ve created for them, edit already activated connections, or accept new permissions for already activated connections.

Connect Links expire 10 minutes after creation, so you’d typically you’d create one in response to an authenticated user clicking to initiate Manifeste’s Connect flow.


Methods

POST  /connect-link
Link your creators to Connect to activate their connection to you.

Body Parameters

account_connection
string
required

ID of the account connection to be onboarded.

return_url
string

URL that will be redirected to after the flow finishes. See Closing the Loop for more.

If Connect detects that it is embedded into your application, this URL will be ignored. See web or mobile embedding for more.

Example


Properties

url
string

URL that you should redirect your user to. You should open this URL during an authenticated session in your platform’s application.

expires_at
date

Date this Connect link will automatically expire. (Set to 10 minutes after object is created.) Formatted as ISO 8601 date/time string.