API ReferenceToolkits
Get toolkits changelog
Retrieves the last 10 versions changelog for all toolkits. This endpoint provides version history and changelog information for each toolkit.
Authorization
ApiKeyAuth x-api-key<token>
API key authentication
In: header
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://backend.composio.dev/api/v3/toolkits/changelog"{
"items": [
{
"slug": "string",
"name": "string",
"display_name": "string",
"versions": [
{
"version": "string",
"changelog": "string"
}
]
}
]
}{
"error": {
"message": "string",
"code": 0,
"slug": "string",
"status": 0,
"request_id": "string",
"suggested_fix": "string",
"errors": [
"string"
]
}
}{
"error": {
"message": "string",
"code": 0,
"slug": "string",
"status": 0,
"request_id": "string",
"suggested_fix": "string",
"errors": [
"string"
]
}
}{
"error": {
"message": "string",
"code": 0,
"slug": "string",
"status": 0,
"request_id": "string",
"suggested_fix": "string",
"errors": [
"string"
]
}
}{
"error": {
"message": "string",
"code": 0,
"slug": "string",
"status": 0,
"request_id": "string",
"suggested_fix": "string",
"errors": [
"string"
]
}
}