cURL
curl --request GET \ --url https://app.kosli.com/api/v2/environments/{org} \ --header 'Authorization: Bearer <token>'
{ "env": [ { "org": "<string>", "name": "<string>", "type": "<string>", "description": "<string>" } ] }
Was this page helpful?