Tasuku
ReferenceAPI referenceConnected apps

Enable a no-auth app or create a hosted connect link for the current user

POST/organizations/{organization_id}/composio/connections

Authorization

tasuku_session<token>

In: cookie

Path Parameters

organization_id*string
Length1 <= length <= 128

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

curl -X POST "https://example.com/organizations/string/composio/connections" \  -H "Content-Type: application/json" \  -d '{    "toolkit_slug": "string"  }'
{  "data": {    "status": "AUTHORIZATION_REQUIRED",    "redirect_url": "http://example.com",    "expires_at": "2019-08-24T14:15:22Z"  }}