Kanbert (v1)
- https://api.kanbert.com/api/v1/integration
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://api.kanbert.com/api/v1/integration \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
application/json
{ "slug": "string", "granted_scopes": [ "string" ] }