Updates
Retrieves a list of published customer updates for a specific team identified by slug
Path parameters
slugstringRequiredExample:
Unique slug identifier for the team
example-teamQuery parameters
pageinteger · min: 1OptionalDefault:
Page number for pagination
1Example: 1limitinteger · min: 1 · max: 100OptionalDefault:
Number of items per page
20Example: 20Responses
200
Successful operation
application/json
404
Team slug not found
application/json
429
Too many requests - rate limit exceeded (30 requests per minute)
application/json
get
/updates/{slug}Last updated