Authentication

Learn how to use Authentication in your MagicBell Project

Authentication

The MagicBell REST API utilizes an HTTP header based authentication using json-web-tokens. Depending on the endpoint you're calling, you'll need to either provide a project-auth token, or a user-auth token. Project-auth tokens are created in the MagicBell Dashboard. User-auth tokens are created by calling the /v1/jwt/user endpoint using a project-auth token.

Tokens should be considered sensitive, and should be kept secure.

Project-tokens can be created and deleted at any time. As we do not store tokens, lost tokens cannot be recovered.