About 400 results
Open links in new tab
  1. How to enforce strict REST API security - ServiceNow

    By default, ServiceNow REST APIs use basic authentication or OAuth to authorize user access to REST APIs/endpoints. You can also configure your instance to use multi-factor authentication …

  2. Failed API Level ACL Validation Error - ServiceNow

    The endpoint is a part of the scripted Rest API, which required certain role to read data. Checkpoints -> check if the REST endpoint is a part of Scripted REST API -> check if there is …

  3. REST API and Basic Authentication, requirements. - ServiceNow

    All REST Call Services Into the instance can use Basic Authentication. Basic Authentication is equivalent to have a local username and password to authenticate to when the REST call is …

  4. How to submit a catalog item using REST API - Support and

    Submitting a catalog item using the REST API can be used to narrow issues down to the API, or to rule out the UI Pages and Service Portals involved in the process of submitting an Item.

  5. Best practices for handling scriptable outbound REST and

    If you are using RESTMessageV2 or SOAPMessageV2 within your scripts you may have noticed that there are two ways to execute a call: execute (): this method will make the call …

  6. Response to a scripted REST API request is not received

    If a request is made to a scripted REST API, the logs on the instance may indicate that the request was processed successfully and the response was sent. However, the client that …

  7. How to setup Scripted REST API access restriction on ... - ServiceNow

    This is a guide on how to utilize OOB feature to setup REST API access restriction on customized Table by using Adaptive Authentication. in this example is to using IP filter criteria to restrict …

  8. How to configure inbound Certificate Based Authentication

    How to enable "Mutual authentication establishes trust by exchanging Secure Sockets Layer (SSL) certificates" through API including detailed explanations of each step.

  9. Populate variable set variables via REST for Service Catalog API ...

    This article explains how to Populate variable set variables via REST call for Service Catalog API

  10. How to send Outbound REST request with multipart/form-data

    This article describes the procedure to send an outbound REST request of type 'multipart/form-data'. Prerequisite Multipart/form-data requests are supported only via a REST action step in …