Skip to main content
GET
/
integration
/
authorize
Get authorization URL for an integration
curl --request GET \
  --url https://kan.bn/api/v1/integration/authorize \
  --header 'Authorization: Bearer <token>'
{
  "url": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.kan.bn/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

provider
enum<string>
required
Available options:
trello

Response

Successful response

url
string
required