API ReferenceToolkits
Get toolkits changelogv3.1
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>
Project API key authentication
In: header
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v3.1/toolkits/changelog"{ "items": [ { "slug": "string", "name": "string", "display_name": "string", "versions": [ { "version": "string", "changelog": "string" } ] } ]}