cURL
curl --request GET \
--url https://cockroachlabs.cloud/api/v1/organization \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'{
"created_at": "2023-11-07T05:31:56Z",
"id": "<string>",
"label": "<string>",
"name": "<string>"
}{
"code": 123,
"details": [
{
"@type": "<string>"
}
],
"message": "<string>"
}Get information about the caller's organization
GET
/
api
/
v1
/
organization
cURL
curl --request GET \
--url https://cockroachlabs.cloud/api/v1/organization \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'{
"created_at": "2023-11-07T05:31:56Z",
"id": "<string>",
"label": "<string>",
"name": "<string>"
}{
"code": 123,
"details": [
{
"@type": "<string>"
}
],
"message": "<string>"
}This endpoint is in Preview and subject to change. Refer to the API support policy for more details.

