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}/toolsPath 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:
listgetcreateupdatedeletereadwritecustom
tags
array
Filter tools based on the tags assigned to specific resources.
Response Body ​
results
object[]
resource
string
The resource type for the tool
Example:
accountsmethod
string
The HTTP method for the tool
Example:
listname
string
The name of the tool
Example:
list_all_cloudflare_accountsdescription
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:
objectproperties
object
body_schema
object
type
string
Example:
objectproperties
object
required
string[]
Example:
[
"name"
]tags
string[]
Example:
[
"ticket",
"organization"
]