List all teams in the organisation.
API key from your incident.io dashboard (Settings → API keys)
Integer number of records to return
x <= 25025
An record's ID. This endpoint will return a list of records after this ID in relation to the API response order.
"01FDAG4SAP5TYPT98WGR2N7W91"
OK response.
{
"after": "01FCNDV6P870EA6S7TK1DSYDG0",
"page_size": 25
}[
{
"catalog_entry": {
"id": "01FCNDV6P870EA6S7TK1DSYDG0",
"name": "Primary On-call"
},
"id": "abc123",
"members": [
{
"email": "lisa@incident.io",
"id": "01FCNDV6P870EA6S7TK1DSYDG0",
"name": "Lisa Karlin Curtis",
"slack_user_id": "U02AYNF2XJM"
}
],
"name": "abc123"
}
]