List the hierarchy nodes the caller can see in this Environment
/portal/v1/accounts/{accountSlug}/applications/{appSlug}/environments/{envSlug}/workspace/visible-nodesAuthentication
Bearer Token
AuthorizationJWT access token. Never send alongside X-API-Key: a request carrying both is refused.
Responses
application/json
items *WorkspaceAssignableNodeDto[]
application/json
error *ApiErrorBodyDto
application/json
error *ApiErrorBodyDto
Returned object
curl -X GET "https://auth.canopy-io.com/portal/v1/accounts/{accountSlug}/applications/{appSlug}/environments/{envSlug}/workspace/visible-nodes" \ -H "Authorization: Bearer $CANOPY_TOKEN"
{ "items": [ { "id": "string", "name": "string", "node_type": "string", "parent_node_id": "string" } ] }
Tell us how we can improve this guide.