get https://api.env0.com/tokens/
Log in to see full request history
Response
xxxxxxxxxx
curl --request GET \
--url https://api.env0.com/tokens/id \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"value": "string",
"name": "string",
"organizationId": "string",
"type": "GIT",
"id": "string"
}