Authentication
To access the API you can use basic authentication. For testing or development purposes you can use your email/password, but for production use we recommend creating a token.
http -a email:password https://api.fyma.ai/users/me
http -a token-id:token-secret https://api.fyma.ai/users/me
note
We have omitted authentication part in upcoming API Reference examples for brevity.