cURL
Social
Initiate OAuth connection
Returns a redirect URL. Send the user to it; on completion they’re
sent to the redirect_uri you provided (or the default Neural Draft
callback) with ?status=connected&account_id=... appended.
POST
cURL
Authorizations
Project API key. Pass as Authorization: Bearer ndsk_live_.... Manage
keys via /projects/me/api-keys. Test-mode keys use
the ndsk_test_ prefix.
Path Parameters
Available options:
facebook, instagram, twitter, tiktok, linkedin, youtube Body
application/json
Where to send the user after the OAuth flow completes.
Example:
"https://app.lakesideyoga.uk/settings/social/callback"