GET
/
org
/
{org}
/
gvc
curl --request GET \
  --url https://api.cpln.io/org/{org}/gvc
{
  "kind": "<string>",
  "itemKind": "org",
  "items": [
    {}
  ],
  "links": [
    {
      "rel": "<string>",
      "href": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Service account key can be used as API keys

Path Parameters

org
string
required

Response

200
application/json
Success

The response is of type object.