Authentication
The Vista API uses API keys to authenticate requests, making sure your key is unique to your account. If you use an invalid key, App Xchange will return an error in response to the request. The Viewpoint team will provide you with your API keys. To request keys, contact dataxchange_sales@trimble.com.
Keep API keys secure, as they carry many privileges. Do not share API keys in areas accessible to other parties.
Note: You may have different keys for your Vista production and test instances.
All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail.
{ "request": {
"method": "string",
"header": [
{
"key": "X-Application-Key",
"type": "text",
"value": "insertAPIKeyHere"
},
{
"key": "Content-Type",
"name": "Content-Type",
"type": "text",
"value": "application/json"
}
]
}
Updated 8 months ago