Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

NowAPIEndpoint protocol- iOS

The NowAPIEndpoint protocol provides an interface for accessing any publicly exposed ServiceNow REST APIs.

NameTypeDescription
httpMethodStringHTTP method that the associate endpoint implements, such as get, delete, post, put, and patch.
relativePathStringPath of the associated endpoint relative to the `/api` path. For example: `/api/now/account`
requiresAuthenticationBooleanFlag that indicates whether the endpoint requires authentication.Default: true

Parent Topic:Mobile SDK - iOS