Get Squad By ID
GET {{baseUrl}}/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":"5ed4e5977cc8a1daa90d56eb","name":"Devops Night Man Squad","slug":"devops-night-man-squad","members":["5df9d90aba2cb0c5a4f12d44"],"organization":{"id":"5ea962e35734157d01594951","name":"Avengers","slug":"avengers"}}}