GET
/
institutions
/
oauth
/
applications
List OAuth Applications
curl --request GET \
  --url https://sandbox-api.cardcore.cloud/institutions/oauth/applications \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Query Parameters

page
string
limit
string
isVerified
string
isOfficial
string
grantType
string

Response

200 - application/json

List OAuth Applications completed successfully.

The response is of type object.