Resolve hostname metadata for a platform
GET /hostname
Returns the CRM hostname stored for the user identified by the App Connect session. The value can be empty for connectors that do not use tenant-specific hosts.
Operation ID: getHostname
Authorization: BEARER or API key
Responses
| Status | Description | Body |
|---|---|---|
200 |
Stored CRM hostname. | string |
400 |
Bad request, missing authentication, or connector error. | ErrorResponse, string |
500 |
The hostname could not be loaded. | — |