Read One Integration Metadata
GET {{apiPath}}/environments/{{envID}}/integrations/{{integrationID}}
Use the GET {{apiPath}}/environments/{{envID}}/integrations/{{integrationID}}
endpoint to retrieve the integration metadata for the integration with the provided {{integrationID}}.
Parameter | Description |
---|---|
expand | Use the expand flag to return relevant data from the request. For example, if you call {{apiPath}}/environments/{{envID}}/integrations?expand=versions , you will receive version information within the response data.The options for the expand flag include:
|
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
expand | string | ||
expand | string |
RESPONSES
status: OK
{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/integrations/c1e53d76-bae4-402c-b198-8cfd4eabe9c0"},"environment":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"versions":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/integrations/c1e53d76-bae4-402c-b198-8cfd4eabe9c0/versions"}},"id":"c1e53d76-bae4-402c-b198-8cfd4eabe9c0","name":"My Integration","thirdParty":{"companyName":"My best company","products":["prod2","prod1"]},"publisher":"My Org","tags":["IDAAS","MFA","INTELLIGENCE"],"pingProductNames":["PINGDIRECTORY","PINGACCESS"],"marketingLandingPageUrl":"https://example.com","createdAt":"2021-11-19T17:06:57.668Z","description":"Test 3"}