cURL
curl --request PUT \ --url https://sandbox-api.cardcore.cloud/institutions/oauth/{institutionId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "Updated Banking App", "description": "Updated description", "websiteUrl": "https://myapp.com", "scopes": [ "READ" ] } '
{}
Update an OAuth application.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Path parameter: institutionId.
Update OAuth Application completed successfully.
The response is of type object.
object