Returns an Account object as verified from the token appended as a URL parameter upon signup (or when linking out from our standalone account management page to your system).
After an individual goes through the hosted signup flow, they will be redirected back to your application according to the post_signup_redirect
defined on the application.
A URL query parameter called revhq_account
will be appended to this redirect endpoint. The value of this query parameter is a short-lived token that can be exchanged for a full Account object. Your system can then create its own internal record and store the account for future syncing concerns.
This same process (and the same query parameter) is used when linking out from our standalone account management page to your system. In this way, individuals can log in to manage their account using our email-based magic links and then be redirected back to your system without needing to log in again.
Authorized scopes:
- owner
- admin:full
- admin:limited
- application:update
- application:view