Start OAuth2 authorization
OAuth2
Start OAuth2 authorization
Initiate the OAuth2 authorization flow for a connection that requires it (e.g., Klaviyo). Returns an authorization URL to redirect the user to.
POST
Start OAuth2 authorization
Start the OAuth2 authorization flow for a Klaviyo connection. This endpoint returns an authorization URL that the user should be redirected to in their browser. After the user authorizes access, the OAuth provider will redirect back to the Sendcloud callback URL, completing the connection setup.Documentation Index
Fetch the complete documentation index at: https://sendcloud.dev/llms.txt
Use this file to discover all available pages before exploring further.
Create a Klaviyo connection
Use the Create a connection endpoint with
type: "klaviyo".Authorizations
Basic Authentication using API key and secrets is currently the main authentication mechanism.
Path Parameters
The id of the connection to authorize.
Response
OK
OAuth2 authorization URL
Response containing the OAuth2 authorization URL for connecting external services like Klaviyo.