curl --request POST \
--url https://services.leadconnectorhq.com/social-media-posting/oauth/{locationId}/twitter/accounts/{accountId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'Version: <version>' \
--data '{}'Attach a Twitter profile to the connected account. Deprecated — As of December 4, 2024, X (formerly Twitter) is no longer supported.
curl --request POST \
--url https://services.leadconnectorhq.com/social-media-posting/oauth/{locationId}/twitter/accounts/{accountId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'Version: <version>' \
--data '{}'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
"Bearer <token>"
"2021-07-28"
The body is of type object.
Successful response
Was this page helpful?