Authentication - gotmoby/moby-api-documentation GitHub Wiki

There are two different authentication methods currently available with the API.

Choose an Authentication Method

  • Choose HMAC to perform stateless authentication. You will use a public key and private key for this.

  • Choose JWT for token based authentication. This is good if you are authentication through a front end UI. This allows the user to login.

Note

If you have not received an email, password, and public and private keys then please request them from your Moby point of contact.