curl --request GET https://api.bemmbo.com/v1/invoices/issued \
--header "Authorization: Bearer <your-jwt-token>"
The Bemmbo API uses JWT Token to authenticate requests. You have to contact us (customer support) to generate a new token.
Your API keys carry many privileges, so be sure to keep them secure! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail.