---
sourceDocument: Australia API Reference
sourceDocumentLink: https://www.servicenow.com/docs/r/api-reference

 Release :

    - australia

ft:locale :

    - en-US

ft:publication_title :

    - Australia API Reference

ft:clusterId :

    - crapiref

bundleId :

    - crapiref

workflow :

    - Creator


---

# Use the REST API Explorer

# Use the REST API Explorer {#ariaid-title1}

* Release version: Australia
* 
* Updated March 12, 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

In this tutorial you will use the REST API Explorer to test the ServiceNow REST APIs.

The REST API Explorer allows you to discover ServiceNow REST APIs, quickly construct and execute requests, and view responses from ServiceNow REST APIs within your browser. Before beginning, ensure that your user account has the rest_api_explorer role. This role is required to complete the example procedures. For additional information
on assigning roles, see [Managing roles](https://www.servicenow.com/docs/access?context=ua-creating-roles&version=australia&pubname=australia-platform-administration&ft:locale=en-US).
* **[Access the REST API Explorer](https://www.servicenow.com/docs/CFEa1Zd5RpzfWTB8jNB8UA)**   
  View available REST API resources using the REST API Explorer.
* **[Create an incident record](https://www.servicenow.com/docs/Fm1GiApRgk5qNnxZ3H1KDw)**   
  Use a POST request to create a new record.
* **[Read the inserted incident](https://www.servicenow.com/docs/NmbFX3CUu2HosMrE7b8IHA)**   
  Use a GET request to view a record.
* **[Retrieve existing incidents](https://www.servicenow.com/docs/LLM1t5FhtQJavK49oagzjg)**   
  Use a GET request to view existing incident records.
* **[Update the incident](https://www.servicenow.com/docs/McZ9jBViYQDzMVnfZTYfaw)**   
  Update the incident record using either a PUT or PATCH function.
* **[Delete the incident](https://www.servicenow.com/docs/iZcAg7WAe_jCiJIgSaBuog)**   
  Delete the incident using a DELETE request.
* **[Explore the REST API for a table](https://www.servicenow.com/docs/LG665LQIQH5nqf81LeNo8w)**   
  You can explore the REST API for a table directly from that table. Explore the API using the REST API Explorer to quickly construct and test REST requests for that table.
* **[Export to OpenAPI specification](https://www.servicenow.com/docs/VM1BPwWaXiyDxp0N9N0zPg)**   
  Export a REST API as an OpenAPI specification to import it into another web services tool.

