Complete OAuth callback
Exchange the OAuth authorization code for tokens and connect the account to the specified profile.
Facebook, Google Business, Snapchat and WhatsApp are not accepted here: their account identity is a destination chosen after OAuth, which this single-shot exchange cannot do. Connect them through the redirect flow from GET /v1/connect/{platform}, or, for WhatsApp Embedded Signup, through POST /v1/connect/whatsapp/embedded-signup.
Path parameters
Social platform to complete the connect for. Discord, Slack and Telegram are absent because they are served by their own dedicated routes, documented separately.
Request body
Response
Account connected
Changes
Changed in 1 of the 26 revisions of this API.111
- ▲
the
pathrequest parameterplatformwas restricted to a list of enum valuesrequest-parameter-became-enum
- ○
added the new enum value
instagramto thepathrequest parameterplatformrequest-parameter-enum-value-added
- ○
added the new enum value
linkedinto thepathrequest parameterplatformrequest-parameter-enum-value-added
- ○
added the new enum value
pinterestto thepathrequest parameterplatformrequest-parameter-enum-value-added
- ○
added the new enum value
redditto thepathrequest parameterplatformrequest-parameter-enum-value-added
- ○
added the new enum value
threadsto thepathrequest parameterplatformrequest-parameter-enum-value-added
- ○
added the new enum value
tiktokto thepathrequest parameterplatformrequest-parameter-enum-value-added
- ○
added the new enum value
twitterto thepathrequest parameterplatformrequest-parameter-enum-value-added
- ○
added the new enum value
youtubeto thepathrequest parameterplatformrequest-parameter-enum-value-added
- ○
added the non-success response with the status
402response-non-success-status-added
- ○
added the non-success response with the status
404response-non-success-status-added
- ○
added the non-success response with the status
503response-non-success-status-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲