One Time Authentication
Once your authentication is done, you can use credentials in any Spell without the need to reconfigure everything
We support all kinds of API authentication methods: API Keys, HTTP headers, query params... and OAuth2.
Use one of our public accounts to access your data in a snap or create a fully configured OAuth account.
You can also use OAuth for your own users by creating an OAuth button to implement on your platform. This way, users can allow you to access their data through any Spells. We take care of security and authentication management like refreshing access token.
Once your authentication is done, you can use credentials in any Spell without the need to reconfigure everything
OAuth is fully implemented inside Meta API and you can control it the way you want.
Secret keys, like API key, Client Secret and HTTP Basic password are hidden by default.
Once you add your key inside an API authentication, you won't be able to recover it but we'll show you an hint (with only the five last characters of the key) to figure out which key is used.
This feature will enhance the security of your account, preventing secrets from being exposed if you lose access to your account.