cURL
curl --request GET \ --url https://api.gleap.io/v3/teams \ --header 'Authorization: Bearer <token>' \ --header 'project: <project>'
[ { "updatedAt": "<string>", "createdAt": "<string>", "project": "<string>", "name": "<string>", "ticketAmount": 123, "limitTicketAmount": true, "needQueueRerun": true, "selectOnlyOnlineMembers": true, "members": [ "<string>" ], "assignmentMethod": "random" } ]
Get all teams associated with a project.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Ok
The response is of type object[].
object[]