Personalise
Last updated
Last updated
/settings
/settings
Bearer token for authentication.
No body
This endpoint retrieves a list of order statuses based on the provided filters like status
and keyword
.
/order-status/order-status-list
Filter by status. If not provided, fetches all statuses.
Filter by a keyword to search order statuses.
Bearer token for authentication.
This endpoint retrieves a list of email templates based on the provided filters like limit
, offset
, keyword
, and count
.
/email-template/email-templatelist
Limit the number of email templates returned.
Offset to start fetching the email templates.
Filter by keyword to search email templates.
If set to 1, it will return the count of email templates.
Bearer token for authentication.
This endpoint allows updating an existing email template based on the provided template Id
.
/email-template/update-email-template/{id}
The unique identifier of the email template to be updated
Bearer token for authentication.
The title of the email template
The subject of the email template
The content/body of the email template
The status of the email template (1 for active, 0 for inactive)
The dynamic fields reference for the email template