Skip to content

Set up an application in Cloud Console

Use the instructions below to get started with the Trimble Event Service API.

To register your application:

  1. Sign in to Cloud Console{:target=“_blank”}.

  2. Click Identity Management, and then click Applications

  3. On the Applications page, click + ADD APPLICATION (upper-right corner).

    The Create Application page displays.

  4. In the Application Type section, select one of the following options:

    • Service Application - A service application is intended to be used in programmatic workflows or server-server communication.

    • Application - This term refers to any Trimble application intended to be accessed by an end user.

  5. Click Continue.

  6. In the Application details section, enter the following:

    • Application Environment - Select the API Marketplace environment to which the applications must be registered.
    • Name - Version of the API published. The name of your client.
    • Display Name - Provide a display name of the application.
    • Description - Describe the application.The Configurations section displays the following fields based on your Application type.

    For Service Application:

    • Service Application - grant types Grants are the means of retrieving an access token. OAuth2.0 defines different workflows to obtain an access token. Only Client Credentials Grant will be displayed.

    For Application:

    • Application Grant Types - Select the grant types that will be used for authenticating users or applications.
    • Allowed Callback URLs - Refers to the redirect URI of the application after logging into Identity. More than one UL can be added to this field. The total URI length should not exceed 400kb. This field only appears when you select the Authorization Grant type.
    • Allowed Logout URLs - The URIs that Identity can redirect to after log out. More than one UL can be added to this field. The total URI length should not exceed 400 KB. This field only appears when you select the authorization grant type.
  7. Click COMPLETE to save changes.

For more details, see the API Cloud v2.0 documentation{:target=“_blank”}.