GET
/
integration
/
providers
Get integration providers
curl --request GET \
  --url https://kan.bn/api/v1/integration/providers \
  --header 'Authorization: Bearer <token>'
[
  {
    "expiresAt": "<string>",
    "createdAt": "<string>",
    "updatedAt": "<string>",
    "userId": "<string>",
    "accessToken": "<string>",
    "refreshToken": "<string>",
    "provider": "<string>"
  }
]

Authorizations

Authorization
string
header
required

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

Response

200
application/json

Successful response

The response is of type object[].