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>"
}

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

200
application/json

Successful response

The response is of type object.