Logo
IdentityNow API Documentation

Service Desk Integration

Number of APIs: 17


1. Create new Service Desk integration

POST {{baseUrl}}/service-desk-integrations



2. Service Desk Integration Update PATCH

PATCH {{baseUrl}}/service-desk-integrations/:id



3. Update the time check configuration

PUT {{baseUrl}}/service-desk-integrations/status-check-configuration



4. List existing Service Desk Integrations

GET {{baseUrl}}/service-desk-integrations



5. Create new Service Desk integration

POST {{baseUrl}}/service-desk-integrations



6. Update a Service Desk integration

PUT {{baseUrl}}/service-desk-integrations/:id



7. Service Desk integration template by scriptName.

GET {{baseUrl}}/service-desk-integrations/templates/:scriptName



8. Get the time check configuration

GET {{baseUrl}}/service-desk-integrations/status-check-configuration



9. Get a Service Desk integration

GET {{baseUrl}}/service-desk-integrations/:id



10. Update a Service Desk integration

PUT {{baseUrl}}/service-desk-integrations/:id



ENDPOINTS