Get a discovered service's information
Gets detailed information about a discovered service, including a base64-encoded OpenAPI specification and an array of endpoints.
Authentication
x-api-keystring
API Key authentication via header
OR
Authorizationstring
A valid [SCIM API key](https://learning.postman.com/docs/administration/scim-provisioning/scim-provisioning-overview/#generating-scim-api-key) for calls to SCIM endpoints.
OR
AuthorizationBasic
Basic authentication of the form Basic <base64(username:password)>.
Path parameters
serviceId
The discovered service's ID.
Response
Successful Response
id
The service's ID.
organizationId
The ID of the organization that the service belongs to.
discoverySource
The source through which the service was discovered.
name
The servie's name.
description
The service's description.
version
The service's version.
sourceEnvironment
The source environment in which the service was discovered.
systemEnvironmentId
The mapped system environment's ID. Returns a null value if the environment is not mapped.
status
The service's current status.
providerServiceId
The ID of the service in the source registry.
providerMetadata
Additional metadata from the discovery source provider.
apiDefinition
The API definition associated with the service.
endpoints
A list of the service's endpoints.
endpointsCount
The total number of endpoints associated with the service.
discoveredAt
The date and time at which the service was first discovered.
discoveredBy
The user ID of the user who discovered or ingested the service.
lastSyncedAt
The date and time of the most recent service sync.
managedWorkspaceId
The ID of the Postman workspace that the service has been integrated into. Returns a null value if the service is not integrated.
integratedAt
The date and time at which the service was linked to a Postman workspace. Returns a null value if the service is not integrated.
Errors
401
Unauthorized Error
403
Forbidden Error
500
Internal Server Error