Organizations (org/v2)
Read an Organization
Make a request to read an organization.
get/org/v2/organizations/{id}
Path parameters
idstring required
The unique identifier for the organization.
Response
Organization.
Example response
{
"id": "dlz-f3a90de",
"metadata": {
"self": "https://api.confluent.cloud/org/v2/organizations/o-12345",
"resource_name": "crn://confluent.cloud/organization=o-12345",
"created_at": "2006-01-02T15:04:05-07:00",
"updated_at": "2006-01-02T15:04:05-07:00",
"deleted_at": "2006-01-02T15:04:05-07:00"
},
"display_name": "Finance Org"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.