Skip to main content
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

Successful response

expiresAt
string
required
createdAt
string
required
updatedAt
string | null
required
userId
string
required
accessToken
string
required
refreshToken
string | null
required
provider
string
required