Overview
/
Developer Tools
/
API Reference
/
Oauth2
/
Get a pending OAuth 2.0 authorization request for the consent page.

Get a pending OAuth 2.0 authorization request for the consent page
hidden

Path parameters

  • /{request_id}

    stringUUID
    //

Response

  • 200 OK
    • //
      • app_name:

        string,
        //
      • expires_at:

        stringISO-8601,
        //
      • owner_name:

        string,
        //
      • redirect_uri:

        stringURL,
        //
      • request_id:

        stringUUID,
        //
      • :

        [[ ... ]
        //
        • one of

          "user:read"+2
          • //Grants read access to the authenticated user's profile.
            "user:read"
          • //Grants access to modeling APIs.
            "modeling"
          • //Grants write access to admin APIs.
            "admin:write"
          //
        ]
      }

Examples

get
/oauth2/authorization-requests/{request_id}
200 OK
Response