Skip to main content

📓 Phonebook

With these endpoints, you can manage your phonebook entries. You can add, update, and delete contacts in your phonebook.

Base URL​

All phonebook management endpoints use the base URL: https://edge.ippanel.com/v1

Authentication​

All endpoints in this section require authentication. You must include your authorization token in the request header:

Authorization: YOUR_TOKEN_HERE

Available Phonebook Endpoints​

The IPPanel Edge API offers endpoints for managing your phonebook:

  • Phonebook - This API allows you to list all contacts in your phonebook.
    • List Phonebooks - This API allows you to list all contacts in your phonebook.
    • Store Phonebook - This API allows you to create a new phonebook entry.
    • Delete Phonebook - This API allows you to delete a phonebook entry by its ID.
    • Update Phonebook - This API allows you to update an existing phonebook entry by its ID.
  • Phonebook Number - This API allows you to manage phonebook numbers.