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

 Release :

    - xanadu

ft:locale :

    - en-US

ft:publication_title :

    - Xanadu API Reference

ft:clusterId :

    - crapiref

bundleId :

    - crapiref

workflow :

    - Creator


---

# NowAPIEndpoint protocol - iOS

# NowAPIEndpoint protocol - iOS {#ariaid-title1}

* Release version: Xanadu
* 
* Updated August 1, 2024
* 
* ![](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}

