This is where the user will grant your application access to their Openpay account. They will be asked to create an account if they haven't already done so.
Request
Query Params
Responses
🟢200Success
This response does not have a body.
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://app.openpay.dk/oauth/authorize?response_type=code&client_id=YOUR_APPLICATION_ID&redirect_uri=https://your-app.com/redirect&scope=offline_access'