Response will contain all the orgs the caller is authorized to view
curl --request GET \
--url https://api.cpln.io/org
{
"kind": "<string>",
"itemKind": "org",
"items": [
{}
],
"links": [
{
"rel": "<string>",
"href": "<string>"
}
]
}
Service account key can be used as API keys
Success
The response is of type object
.
curl --request GET \
--url https://api.cpln.io/org
{
"kind": "<string>",
"itemKind": "org",
"items": [
{}
],
"links": [
{
"rel": "<string>",
"href": "<string>"
}
]
}
Response will contain all the orgs the caller is authorized to view
curl --request GET \
--url https://api.cpln.io/org
{
"kind": "<string>",
"itemKind": "org",
"items": [
{}
],
"links": [
{
"rel": "<string>",
"href": "<string>"
}
]
}
Service account key can be used as API keys
Success
The response is of type object
.
curl --request GET \
--url https://api.cpln.io/org
{
"kind": "<string>",
"itemKind": "org",
"items": [
{}
],
"links": [
{
"rel": "<string>",
"href": "<string>"
}
]
}