Get External Endpoint
Select
SaaS
Customer Managed
Get external endpoint details for which the id is provided
Path Parameters
- externalEndpointId string required
Responses
- 200
- 401
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
- id int32
External endpoint ID
- name string
External endpoint name
- description string
Description for external endpoint
- url string
External endpoint URL
- thumbprint string
External endpoint thumbrpint
company object
id int32name string
{
"id": 0,
"name": "string",
"description": "string",
"url": "string",
"thumbprint": "string",
"company": {
"id": 0,
"name": "string"
}
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...