---
sourceDocument: Australia API Reference
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/api-reference

 Release :

    - australia

ft:locale :

    - en-US

ft:publication_title :

    - Australia API Reference

ft:clusterId :

    - crapiref

bundleId :

    - crapiref

workflow :

    - Creator


---

# NowAPIEndpoint protocol - iOS

# NowAPIEndpoint protocol - iOS {#ariaid-title1}

Release version: Australia  
Updated March 12, 2026  
![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read  
The NowAPIEndpoint protocol provides an interface for accessing any
publicly exposed ServiceNow REST APIs.  
{#NowAPIEndpointiOSProtocol__table_vx2_klw_5pb__entry__3}

| Name | Type | Description |
|-|-|-|
| httpMethod | String | HTTP method that the associate endpoint implements, such as get, delete, post, put, and patch. |
| relativePath | String | Path of the associated endpoint relative to the `/api` path. For example: `/api/now/account` |
| requiresAuthentication | Boolean | Flag that indicates whether the endpoint requires authentication. Default: true |
[Table 1. Requirements]

{#NowAPIEndpointiOSProtocol__table_vx2_klw_5pb}

