> ## Documentation Index
> Fetch the complete documentation index at: https://nango-tiktok-accounts-update.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Wildix PBX

API configuration: [`wildix-pbx`](https://nango.dev/providers.yaml)

## Features

| Feature                                           | Status                        |
| ------------------------------------------------- | ----------------------------- |
| [Auth (OAuth)](/guides/oauth)                     | ✅                             |
| [Syncs](/guides/sync) & [Actions](/guides/action) | ✅                             |
| [Nango Proxy](/guides/proxy)                      | ✅                             |
| Auto-pagination                                   | 🚫 (time to contribute: \<1h) |
| API-specific rate limits                          | 🚫 (time to contribute: \<1h) |

<Tip>We can implement missing features in \<48h, just ask for it in the [community](https://nango.dev/slack).</Tip>

## Getting started

* [How to register an Application](https://wildix.atlassian.net/wiki/x/3B-OAQ)
* [Api documentation for Wildix PBX](https://docs.wildix.com/wms/index.html)
* [OAuth-related docs](https://docs.wildix.com/wms/index.html#section/Authentication)
* [List of OAuth scopes](https://docs.wildix.com/wms/index.html#section/Authentication)

<Tip>Need help getting started? Get help in the [community](https://nango.dev/slack).</Tip>

## Connection configuration in Nango

Wildix PBX requires a PBX specific subdomain to run OAuth `demo-pbx`.wildixin.com

You should request this from the user and pass it to Nango in the `nango.auth()` call:

```js
nango.auth('wildix-pbx', '<CONNECTION-ID>', {params: {subdomain: '<pbx-subdomain>'}});
```

For more details, see the [docs here](/guides/advanced-auth#connection-configuration).

## API gotchas

*None yet, add yours!*

<Note>Add Getting Started links and Gotchas by [editing this page](https://github.com/nangohq/nango/tree/master/docs-v2/integrations/all/wildix.mdx)</Note>
