Skip to content

Connection

HYPR on Hire2Retire uses Bearer Token.

A Bearer Token is a type of access token commonly used in authentication and authorization protocols, such as OAuth 2.0. It's a security credential that allows a user or application to access protected resources on a server, such as an API. The term "bearer" implies that whoever possesses the token is granted access, without requiring additional proof of identity. This is different from other forms of authentication, like sending a username and password with each request.

Please refer to the document Bearer token for rest APIs to know more about Bearer Token in HYPR.

We at RoboMQ pay utmost attention to keeping your account secure. See our Security and Privacy Policies to learn more about how RoboMQ handles your account access.

Object Permission
User Can Provision and Deprovision Users

Bearer Token and Instance URL in HYPR

Please follow the step below to obtain the API Access Token on HYPR.

Steps to Create an API Access Token

  1. After logging into your HYPR admin account, navigate to Control Center.
  2. In the left menu, click Access Tokens.
  3. Click Create Token.
  4. Enter a Token Name (e.g., "API Access Token").
  5. Select the application for which you need the token.
  6. Select Token Type and choose API Token.
    Create Bearer Token on HYPR

    Figure 1. Create Bearer Token on HYPR

  7. Set the Permission Type to User Management.

  8. Click Next.
  9. Click Copy Token & Close to save the token.
    HYPR Bearer Token
Figure 2. Copy the Generated Bearer Token

Alternatively, you can follow the HYPR's official documentation to generate the API Access Token by following this link.

Find Your Instance URL

Your Instance URL follows this format:

https://yourcompany.hypr.com/cc/api/versioned/rpUser

For more details, check this link.

To link your HYPR account using Bearer Token, you have to specify your Instance URL, Bearer Token and App ID.

HYPR Bearer Token

Figure 3. Authentication Form for HYPR Bearer Token on RoboMQ Hire2Retire