Get HTTP Gateway Mapping
Returns a single HTTP gateway mapping by its target endpoint.
Returns a single HTTP gateway mapping by its target endpoint.
Path Parameters
sandboxId*string
The sandbox ID
targetEndpoint*string
The sandbox-local target endpoint (host:port)
orgId*string
The organization ID
Response Body
application/json
curl -X GET "https://loading/api/orgs/string/sandboxes/string/mappings/string"{
"domain": "string",
"targetEndpoint": "string",
"accessToken": "string"
}