tools
GET/v1/tools
Get all tools linked to the current application.
Request
Responses
- 200
- 401
200
Response Headers
Connection
string
Content-Length
string
Date
string
ETag
string
Keep-Alive
string
X-Powered-By
string
X-RateLimit-Limit
string
X-RateLimit-Remaining
string
X-RateLimit-Reset
string
- application/json
- Schema
- Example (from schema)
- 200
Schema
Array [
]
app_id string
connected boolean
created_at string
has_monitoring boolean
has_observability boolean
has_security boolean
id string
name string
tool_type string
[
{
"app_id": "452a3494-7a2b-11ee-b864-ded718713e39",
"connected": true,
"created_at": "2023-11-03T17:21:49.000Z",
"has_monitoring": false,
"has_observability": true,
"has_security": false,
"id": "daaa859c-7a75-11ee-8e67-ded718713e39",
"name": "My Team",
"tool_type": "make"
},
{
"app_id": "452a3494-7a2b-11ee-b864-ded718713e39",
"connected": false,
"created_at": "2023-11-08T09:14:22.000Z",
"has_monitoring": true,
"has_observability": true,
"has_security": false,
"id": "96641d64-7e1f-11ee-8a05-ded718713e39",
"name": "Test",
"tool_type": "zapier"
},
{
"app_id": "452a3494-7a2b-11ee-b864-ded718713e39",
"connected": true,
"created_at": "2023-11-06T07:21:30.000Z",
"has_monitoring": false,
"has_observability": true,
"has_security": false,
"id": "7ccae728-7c7d-11ee-adff-ded718713e39",
"name": "Baserow Production",
"tool_type": "baserow"
},
{
"app_id": "452a3494-7a2b-11ee-b864-ded718713e39",
"connected": true,
"created_at": "2023-11-06T06:46:51.000Z",
"has_monitoring": false,
"has_observability": true,
"has_security": false,
"id": "a5cabcc0-7c78-11ee-8ba9-ded718713e39",
"name": "Airtable v2",
"tool_type": "airtable"
},
{
"app_id": "452a3494-7a2b-11ee-b864-ded718713e39",
"connected": true,
"created_at": "2023-11-07T16:00:12.000Z",
"has_monitoring": false,
"has_observability": true,
"has_security": false,
"id": "1dad275c-7d8f-11ee-b5dc-ded718713e39",
"name": "Free Instance - x8ki-letl-twmt",
"tool_type": "xano"
}
]
[
{
"app_id": "452a3494-7a2b-11ee-b864-ded718713e39",
"connected": true,
"created_at": "2023-11-03T17:21:49.000Z",
"has_monitoring": false,
"has_observability": true,
"has_security": false,
"id": "daaa859c-7a75-11ee-8e67-ded718713e39",
"name": "My Team",
"tool_type": "make"
},
{
"app_id": "452a3494-7a2b-11ee-b864-ded718713e39",
"connected": false,
"created_at": "2023-11-08T09:14:22.000Z",
"has_monitoring": true,
"has_observability": true,
"has_security": false,
"id": "96641d64-7e1f-11ee-8a05-ded718713e39",
"name": "Test",
"tool_type": "zapier"
},
{
"app_id": "452a3494-7a2b-11ee-b864-ded718713e39",
"connected": true,
"created_at": "2023-11-06T07:21:30.000Z",
"has_monitoring": false,
"has_observability": true,
"has_security": false,
"id": "7ccae728-7c7d-11ee-adff-ded718713e39",
"name": "Baserow Production",
"tool_type": "baserow"
},
{
"app_id": "452a3494-7a2b-11ee-b864-ded718713e39",
"connected": true,
"created_at": "2023-11-06T06:46:51.000Z",
"has_monitoring": false,
"has_observability": true,
"has_security": false,
"id": "a5cabcc0-7c78-11ee-8ba9-ded718713e39",
"name": "Airtable v2",
"tool_type": "airtable"
},
{
"app_id": "452a3494-7a2b-11ee-b864-ded718713e39",
"connected": true,
"created_at": "2023-11-07T16:00:12.000Z",
"has_monitoring": false,
"has_observability": true,
"has_security": false,
"id": "1dad275c-7d8f-11ee-b5dc-ded718713e39",
"name": "Free Instance - x8ki-letl-twmt",
"tool_type": "xano"
}
]
401
Response Headers
Connection
string
Content-Length
string
Date
string
ETag
string
Keep-Alive
string
X-Powered-By
string
- application/json
- Schema
- Example (from schema)
- 401
Schema
message string
status number
{
"message": "Unauthorized",
"status": 401
}
{
"message": "Unauthorized",
"status": 401
}
Loading...