Get a discovered service's information

View as Markdown

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

serviceIdstringRequired
The discovered service's ID.

Response

Successful Response
idstring
The service's ID.
organizationIdinteger
The ID of the organization that the service belongs to.
discoverySourcestring
The source through which the service was discovered.
namestring
The servie's name.
descriptionstring or null
The service's description.
versionstring
The service's version.
sourceEnvironmentstring or null
The source environment in which the service was discovered.
systemEnvironmentIdstring or null
The mapped system environment's ID. Returns a null value if the environment is not mapped.
tagslist of strings
A list of tags associated with the service.
statusstring
The service's current status.
providerServiceIdstring
The ID of the service in the source registry.
providerMetadataobject
Additional metadata from the discovery source provider.
apiDefinitionobject
The API definition associated with the service.
endpointslist of objects
A list of the service's endpoints.
endpointsCountinteger
The total number of endpoints associated with the service.
discoveredAtdatetime
The date and time at which the service was first discovered.
discoveredByinteger
The user ID of the user who discovered or ingested the service.
lastSyncedAtdatetime
The date and time of the most recent service sync.
managedWorkspaceIdstring or null
The ID of the Postman workspace that the service has been integrated into. Returns a null value if the service is not integrated.
integratedAtdatetime or null
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