đ 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:
- Create Draft Group - Create a new draft group
- List Draft Groups - Get a list of your draft groups
- Update Draft Group - Update an existing draft group
- Delete Draft Group - Delete a draft group
- Create Draft - Add a new draft message
- List Drafts - Retrieve all drafts in a specific group
- Update Draft - Modify an existing draft message
- Delete Draft - Remove one or more draft messages
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