Get Squad By ID
GET https://api.squadcast.com/v4/squads/:squadID
This endpoint is used to get the squads details by id.
Requires access_token
as a Bearer {{token}}
in the Authorization
header with squad-read
scope.
RESPONSES
status: OK
{"data":{"id":"6634addd8b38216aff48d0ed","org_id":"60cb200bc9de4a0008d2fc41","team_id":"6129ac15518568defa92794b","name":"new squad","members":[{"user_id":"607574e3d8aa170007090fb5","role":"owner"}],"createdAt":"2024-05-03T09:26:53.113Z","createdBy":"60f12dd3814bef0008c4036e","updatedAt":"0001-01-01T00:00:00Z","updatedBy":"000000000000000000000000"}}