Skip to main content
POST
Link a social provider
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Path Parameters

provider
enum<string>
required

The social provider to link (google, facebook, or linkedin)

Available options:
google,
facebook,
linkedin

Response

Successfully linked social provider

success
boolean
Example:

true

message
string
data
object