URL
GET https://api.vistanet.jp/api/v2/tenants/{tenantId}/integrations/installed/{installedIntgId}
Sample URLs
https://api.vistanet.jp/api/v2/tenants/client_8/integrations/installed/INTG-30afec31-9c37-4784-a6de-051997a5715e
Status code
200 OK
Sample responses
Install Integration using other types of SSO authentication
{
"id": "INTG-d13fcb67-d8a9-4283-9bd1-e9fb162e219c",
"integration": {
"id": "OKTA",
"name": "Okta"
},
"singleSignOnAuthentication": {
"type": "Okta",
"issuerUrl": "https://localhost.com",
"redirectionUrl": "https://localhost.com",
"logoutUrl": "https://localhost.com"
}
}
Install integration using Okta type SSO authentication
{
"id": "INTG-4d3042af-af4e-4fa0-9629-b23ab6d745da",
"displayName": "testIntg",
"integration": {
"id": "OTHER",
"name": "Other"
},
"singleSignOnAuthentication": {
"type": "Other",
"issuerUrl": "https://localhost.com",
"redirectionUrl": "https://localhost.com",
"logoutUrl": "https://localhost.com"
}
}