cURL
curl --request POST \ --url https://sandbox-api.cardcore.cloud/institutions/oauth/authorization \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "institutionId": "{{institutionId}}", "redirectUri": "https://example.com/callback", "responseType": "code", "state": "xyz123" } '
{}
Create an OAuth authorization code grant authorization.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Create OAuth Authorization completed successfully.
The response is of type object.
object