Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

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

platform
enum<string>
required
Available options:
facebook,
instagram,
twitter,
tiktok,
linkedin,
youtube

Body

application/json
redirect_uri
string<uri>

Where to send the user after the OAuth flow completes.

Example:

"https://app.lakesideyoga.uk/settings/social/callback"

Response

OAuth URL.

oauth_url
string<uri>
required
state
string

Opaque state token. Pass back unchanged on callback.