Get Organization

Get Organization

Retrieve a specific organization

Request
URI
GET
https://{api_host}/organizations/{organizationId}
COPY
Path Parameters
string
organizationId
Required

organizationId


Responses
200

OK

Returns CspOrg of type(s) application/json
{
    "id": "string",
    "name": "string"
}
string As ^urn:[a-zA-Z0-9][a-z0-9-]{0,31}:[a-zA-Z0-9()+,\-.:=@;$_!*'%\/?#]+$
id
Required

URN ID of CSP organization. This is immutable.

string
name
Optional

Name of CSP organization. This is immutable.


404

Not Found

Operation doesn't return any data structure

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/organizations/{organizationId}