cURL
curl --request GET \ --url https://kan.bn/api/v1/integration/authorize \ --header 'Authorization: Bearer <token>'
{ "url": "<string>" }
Retrieves the authorization URL for an integration
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
trello
Successful response
The response is of type object.
object