XiVO confd API

Note

REST API 1.1 for confd is currently evolving. New features and small fixes are regularly being added over time. We invite the reader to periodically check the changelog for an update on new features and changes.

Warning

Some services are still being developped and can be changed without prior warning. Use at your own risk. Here is a list of services in BETA stage:

  • Function Keys

API reference

API documentation is available on http://api.xivo.io. This section contains extended documentation for certain aspects of the API.

Migration from 1.0

URL

  • Occurences of 1.0 have been replaced for 1.1

  • Trailing slashes have been removed.

    For example, in 1.0, the URL to list users is:

    /1.0/users/
    

    In 1.1, it is:

    /1.1/users