Skip to main content
POST

Body

application/json

The request body for starting a social login connection.

provider
enum<string>
required

The social login provider to connect.

Available options:
google,
apple
callbackUrl
string<uri>
required

The client URL opened after the provider connection finishes.

Maximum string length: 1024

Response

Created.

A short-lived session for connecting a social login provider.

provider
enum<string>
required

The social login provider being connected.

Available options:
google,
apple
authorizationUrl
string<uri>
required

The provider URL where the customer authorizes the connection.

Maximum string length: 4096