Closed thamerla closed 5 years ago
Don't include the domain - the mailbox is tester111 only.
@o4oren alright, then I get 404 error. How am I supposed to use API to create a new email inbox i.e. tester111 as my guess is that this method allows you only to fetch email (right?)
Alright I found the answer to this. Emails fetched, it can be closed.
I am struggling to understand how to fetch emails using the API. Could you provide a sample call to /api/mailbox/{mailboxName}/email?
So far I came up with the following: HEADERS: Authorization: Bearer ---mytoken--- url: https://www.ahem.email/api/mailbox/tester111@ahem.email/email
but it returns an error. Why?