> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Endpoints

> Endpoints

An endpoint is the address, port, and protocol a web service is exposed at. In short, the web service **URL**.

## WebAPI

The HTTP WebAPI comes in two parts:

* **REST WebAPI** - URLs describe entities like person or sale: [Learn][1] | [Download Swagger File][5] | [Reference][3]
* **Agents WebAPI** - the services API accessible via HTTP: [Learn][2] | [Download Swagger File][6] | [Reference][4]

Swagger files for individuals endpoints are also available for both APIs: [REST Individuals Swagger][7] | [Agents Individuals Swagger][8].

While the Agents WebAPI is the most complete of the two, the REST WebAPI covers the most common use cases and is easier to use and navigate.

[1]: ../web-services/endpoints/rest-webapi/index

[2]: ../web-services/endpoints/agents-webapi/index

[3]: ../reference/restful/rest/index

[4]: ../reference/restful/agent/index

[5]: ../../../downloads/api/Swagger-v1-REST.zip

[6]: ../../../downloads/api/Swagger-v1-Agents.zip

[7]: ../../../downloads/api/Swagger-v1-REST-Individuals.zip

[8]: ../../../downloads/api/Swagger-v1-AGENT-Individuals.zip

### Getting started

* [Get the version number][14] and build date from the **API endpoint**: `/api`
* Get a list of supported URLs using the version URL: `/api/v1`

<Note>
  If your installation is protected from the internet by a reverse proxy, the **URLs generated by the WebAPI** will be wrong. For more info, see [the IIS config section][13].
</Note>

### Authorization (WebAPI)

* [Authorization options and how to configure them][3]
* [How to reuse sessions with XSRF-TOKEN][4]

### HTTP request headers

* [Accept-Language][5]
* [Content-Type][6]
* [If-Modified-Since and If-Unmodified-Since][7]

## SOAP

We have initiated phase-out of SOAP proxy client and web service endpoints.Switch to SuperOffice.WebApi (REST). Read more in the [EOL notice][8]

[3]: ../webapi/index#authorization-header-options

[4]: ../webapi/index#x-xsrf-token

[5]: ./http-headers#accept-language

[6]: ./http-headers#content-type

[7]: ./http-headers#modified-unmodified

[8]: /release-notes/eol/index

[13]: ../../../onsite/install/iis/reverse-proxy#webapi

[14]: ./get-webapi-version


## Related topics

- [Check tenant status](/en/developer-portal/best-practices/tenant-status/check-status.md)
- [Update endpoints](/en/developer-portal/create-app/config/update-endpoints.md)
- [Redirection endpoint](/en/developer-portal/create-app/config/redirects.md)
- [Web services](/en/api/web-services/index.md)
- [OpenID Connect](/en/api/authentication/online/api.md)
- [Lists](/en/api/lists/services/listagent/index.md)
