Create X OAuth connect link through Composio

​

Responses

  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
Request Example for post/api/v2/x/connect
curl https://api.musebook.trade/api/v2/x/connect \
  --request POST \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
  "ok": true,
  "additionalProperty": "anything"
}