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. 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.

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

    What are the requirements to execute REST API calls?

  5. 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 …

  6. Best practices for handling scriptable outbound REST and

    Note: For the latest information, see and RESTMessageV2 and SOAPMessageV2. execute () vs executeAsync () If you are using RESTMessageV2 or SOAPMessageV2 within your scripts …

  7. 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 …

  8. Special characters (i.e.: French, Arabic) passed in ... - ServiceNow

    Special characters in languages like French or Arabic that are sent in resource path parameters to scripted REST API (setRedirectURL) are not passed correctly and do not properly encode …

  9. 厳格な REST API セキュリティを適用する方法 - ServiceNow

    REST API ACL は、必要なロールや、ユーザーが ServiceNow REST 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 …