List HTTP Gateway Mappings
Returns a list of HTTP gateway mappings for a sandbox.
Returns a list of HTTP gateway mappings for a sandbox.
Path Parameters
sandboxId*string
The sandbox ID
orgId*string
The organization ID
Response Body
application/json
curl -X GET "https://loading/api/orgs/string/sandboxes/string/mappings"[
{
"domain": "string",
"targetEndpoint": "string",
"accessToken": "string"
}
]