cURL
curl --request GET \ --url https://api.olie.ai/api/management/squads/{squad} \ --header 'Authorization: Bearer <token>'
Retorna os detalhes de um squad específico, incluindo todos os seus usuários.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
""
200
Was this page helpful?