Skip to main content

Source Systems

You can use our Source Systems endpoint to get a list of all Source Systems enabled for your customers (depending on your subscription plan). You can use this information to provide a dynamic list of integrations in your application when displaying Agave Link.

Request:

curl https://api.agaveapi.com/link/source-systems \
--header 'Client-Id: your_client_id' \
--header 'Client-Secret: your_client_secret' \
--header 'API-Version: 2021-11-21'

Example Response:

[
{
"slug": "aconex",
"name": "Aconex",
"categories": [
"project-management"
],
"theme": {
"color": "#FF5200",
"image": "",
"square_image": "https://www.agaveapi.com/assets/img/link/logo-square-aconex.png"
},
"passthrough_available": true,
"sandbox_environment_available": true,
"file_upload_gb_size_limit": null
},
{
"slug": "bim360",
"name": "BIM 360",
"categories": [
"project-management"
],
"theme": {
"color": "#FF5200",
"image": "",
"square_image": "https://www.agaveapi.com/assets/img/link/logo-square-autodesk-b.png"
},
"passthrough_available": true,
"sandbox_environment_available": false,
"file_upload_gb_size_limit": null
},
{
"slug": "bim-track",
"name": "BIM Track",
"categories": [
"project-management"
],
"theme": {
"color": "#FF5200",
"image": "",
"square_image": "https://www.agaveapi.com/assets/img/link/logo-square-bim-track.png"
},
"passthrough_available": true,
"sandbox_environment_available": false,
"file_upload_gb_size_limit": null
},
{
"slug": "plangrid",
"name": "PlanGrid",
"categories": [
"project-management"
],
"theme": {
"color": "#FF5200",
"image": "",
"square_image": "https://www.agaveapi.com/assets/img/link/logo-square-plangrid.png"
},
"passthrough_available": true,
"sandbox_environment_available": false,
"file_upload_gb_size_limit": null
},
{
"slug": "procore",
"name": "Procore",
"categories": [
"project-management",
"field-services"
],
"theme": {
"color": "#FF5200",
"image": "",
"square_image": "https://www.agaveapi.com/assets/img/link/logo-square-procore.png"
},
"passthrough_available": true,
"sandbox_environment_available": true,
"file_upload_gb_size_limit": 5
},
{
"slug": "service-titan",
"name": "Service Titan",
"categories": [
"field-services"
],
"theme": {
"color": "#FF5200",
"image": "",
"square_image": "https://www.agaveapi.com/assets/img/link/logo-square-service-titan.png"
},
"passthrough_available": true,
"sandbox_environment_available": true,
"file_upload_gb_size_limit": null
}
]