Approve authorization
Intent
Reads the approve authorization without changing it.
When to call it
Call this after your application has received or stored the identifier for the approve authorization.
Access boundary
Use the credential type and authentication scheme shown for this operation.
Successful result
A successful request returns 200. The response schema below defines the body your integration receives.
GET
Approve authorization
Authorizations
Response
200 - application/json
Request completed successfully
- AuthorizeResponseUser
- AuthorizeResponseOrganization
Allowed value:
"user"Available options:
openid, profile, email, user:read, user:write, organizations:read, organizations:write, custom_fields:read, custom_fields:write, discounts:read, discounts:write, checkout_links:read, checkout_links:write, checkouts:read, checkouts:write, transactions:read, transactions:write, payouts:read, payouts:write, products:read, products:write, benefits:read, benefits:write, events:read, events:write, meters:read, meters:write, files:read, files:write, subscriptions:read, subscriptions:write, customers:read, customers:write, members:read, members:write, wallets:read, wallets:write, disputes:read, customer_meters:read, customer_sessions:write, member_sessions:write, customer_seats:read, customer_seats:write, orders:read, orders:write, refunds:read, refunds:write, payments:read, metrics:read, metrics:write, webhooks:read, webhooks:write, license_keys:read, license_keys:write, customer_portal:read, customer_portal:write, notifications:read, notifications:write, notification_recipients:read, notification_recipients:write, organization_access_tokens:read, organization_access_tokens:write Previous
Read User Info### Intent
Reads the user info without changing it.
### When to call it
Call this after your application has received or stored the identifier for the user info.
### Access boundary
Use the credential type and authentication scheme shown for this operation.
### Successful result
A successful request returns `200`. The response schema below defines the body your integration receives.
Next
Approve authorization