Skip to main content
POST
Open a hosted connect page

Authorizations

Authorization
string
header
required

Your API key, sent as Authorization: Bearer <key>. One key manages every profile on the account.

Body

application/json
profile_id
string

Id of the brand profile to act on. List them with GET /v1/profiles.

friendly_name
string

Display name for a profile created on the fly by this call.

platforms
enum<string>[]

Restrict the connect page to these channels. Defaults to all OAuth channels.

Available options:
tiktok,
instagram,
linkedin,
youtube,
facebook,
x,
threads,
pinterest,
reddit,
bluesky,
google_business

Response

Success.

The response envelope is stable — a profile_id plus the payload — but its inner fields are not yet pinned down in this document.