logoChakra
The agent guru

Link Social Account

Link a social account to the user

POST
/link-social

Link a social account to the user

Authorization

bearerAuth
AuthorizationBearer <token>

Bearer token authentication

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/link-social" \  -H "Content-Type: application/json" \  -d '{    "provider": "string"  }'
{  "url": "string",  "redirect": true,  "status": true}