cURL
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>" } ]
Retrieves all integration providers for the user
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
The response is of type object[].
object[]