Complete OAuth callback
Exchange the OAuth authorization code for tokens and connect the account to the specified profile.
Facebook, Google Business Profile, 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 2 of the 56 revisions of this API.1112
- ●
added the new
card_verification_requiredenum value to theresponse property for the response statusresponse-property-enum-value-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ●
- ▲
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
response-non-success-status-added
- ○
added the non-success response with the status
response-non-success-status-added
- ○
added the non-success response with the status
response-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
- ▲