REST API and Basic Authentication, requirements.Issue What are the requirements to execute REST API calls?ReleaseAll Supported Releases.ResolutionAll 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 executed. This user is stored locally in sys_user table.Alternatively, you may use Oauth token authentication for REST Calls into the platform.For most ServiceNow REST APIs these request headers support the following values:→ Accept: application/json, application/xml→ Content-Type: application/json, application/xmlFor the list of specific values supported by each endpoint, refer to the REST API reference.https://www.servicenow.com/docs/bundle/yokohama-api-reference/page/integrate/inbound-rest/concept/c_RESTAPI.htmlRelated LinksREST API reference.https://www.servicenow.com/docs/bundle/yokohama-api-reference/page/integrate/inbound-rest/concept/c_RESTAPI.html