GET /v1/apiEndpoints/{id}
Retrieve an API Endpoint
Get an API endpoint by ID or fully qualified name
GET
GET /v1/apiEndpoints/{id}
Retrieve an API Endpoint
Get a single API endpoint by its unique ID or fully qualified name.Get by ID
string
required
UUID of the API endpoint to retrieve.
string
Comma-separated list of fields to include (e.g.,
owners,tags,extension,domains,sourceHash).string
default:"non-deleted"
Include
all, deleted, or non-deleted entities.Get by Fully Qualified Name
UseGET /v1/apiEndpoints/name/{fqn} to retrieve by fully qualified name.
string
required
Fully qualified name of the API endpoint (e.g.,
sample_api_service.pet.addPet).string
Comma-separated list of fields to include:
owners, tags, extension, domains, sourceHash.string
default:"non-deleted"
Include
all, deleted, or non-deleted entities.GET /v1/apiEndpoints/{id}
Returns
Returns an API endpoint object with all requested fields populated.Response
string
Unique identifier for the API endpoint (UUID format).
string
API endpoint name.
string
Fully qualified name in format
service.collection.endpointName.string
Human-readable display name.
string
Description of the API endpoint in Markdown format.
string
URL for the API endpoint.
string
HTTP request method (GET, POST, PUT, PATCH, DELETE).
object
Schema describing the request body.
object
Schema describing the response body.
object
Reference to the parent API service.
string
Type of API service (e.g., Rest).
number
Version number for the entity.
array
List of owners. Only included when
fields contains owners.array
Classification tags. Only included when
fields contains tags.array
Domain assignments. Only included when
fields contains domains.