List integrated account tools ​
Returns a list of available tools that can be used with the specified integrated account
Endpoint ​
http
GET /integrated-account/{id}/tools
Path parameters ​
id
string · uuid
REQUIRED ·Â
The ID of the integrated account
Query parameters ​
Refer Specifying query parameters in Truto APIs
methods
string
Filter tools based on the type of method. Can be one of: list, get, create, update, delete, read, write, custom, or a custom method name.
All possible enum values:
list
get
create
update
delete
read
write
custom
Response Body ​
results
object[]
resource
string
The resource type for the tool
Example:
accounts
method
string
The HTTP method for the tool
Example:
list
name
string
The name of the tool
Example:
list_all_cloudflare_accounts
description
string
A description of what the tool does
Example:
List all accounts you have ownership or verified access to. Use the name query parameter to filter by account name.
query_schema
object
type
string
Example:
object
properties
object
body_schema
object
type
string
Example:
object
properties
object
required
string[]
Example:
[
"name"
]