This Mailcatlon API serves as a backend for managing mailboxes, and messages.
Route: /
Description: Displays the API version and available routes.
Like:
Route: /v1/user
Method: GET
Description: Get details of the Admin.
Like:
Route: /v1/brand
Method: POST
Description: You'll receive a list of accessible brands..
Like:
Route: /v1/brand/{brand_id}
Method: POST
Description: You'll receive a list of accessible mailboxes.. then.../brand/x/mailbox/1/.
Like:
Route: /v1/brand/{brand_id}/mailbox
Method: POST
Description: Append the mailbox ID to continue, like so: .../1/.
Like:
Route: /v1/brand/{brand_id}/mailbox/{mailbox_id}
Method: POST
Description: Use the prefix message/create to initiate message creation.
Like:
Route: /v1/brand/{brand_id}/mailbox/{mailbox_id}/message
Method: POST
Description: Provides message creation parameters.
Like:
This concludes the documentation of the Mailcatlon API. For any queries or assistance, please contact the development team.