Get an access token
Subscription to Production Profiles API is restricted. You cannot make POST calls directly after subscribing to the API. To test if you subscribed and there’s no problem with your access token, make a GET request to /profiles/users/me endpoint, using the access token from the previous step for authentication. The API will return details of the user corresponding to the access token provided.
Authorization to other API calls is restricted. For allowing access to other Profiles API calls, please raise a request through email to cloudplatform_support@trimble.com. Please include the following details in your request:
- Division: (for example, Trimble Cloud)
- Application Name: (for example, device-manager-app)
- Application Id: (for exmaple, 103afd70-34ab-4878-b950-8bf0572523b8)
- Purpose: (for example, Device Identity Integration / Managed Users)
To generate an access key:
- With the client ID and secret, generate base 64. Refer to the Trimble Identity developer guide for more details.
- Use the obtained key for invoking the Profiles APIs.
Please write to the cloudplatform_support@trimble.com to obtain access to the POST calls.