Skip to main content

📝 Draft

With this module, you can manage your default (pre-written) messages. Fun fact: the previous developers named this section “draft” by mistake, but it’s actually for default messages! To avoid confusing our loyal API users, we decided not to change the name in this version. So go ahead—enjoy managing your default messages under the delightfully misleading name “draft”!

Base URL​

All draft 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 Draft Endpoints​

The IPPanel Edge API offers several draft management endpoints:

Response Format​

All draft management endpoints return data in a structured format with:

  • A data object containing the requested draft information
  • A meta object with status information and pagination details where applicable