Getting Credentials
See the TypeScript Starter Kit for step-by-step instructions on:- Creating an API Wallet, a separate wallet for signing API transactions (not your main login wallet).
- Getting a Bearer Token from Geomi.
Using Authentication
Include two headers with every authenticated request: Origin (your application’s origin URL) and Authorization (Bearer token from Geomi, see above)<KEY> with your Bearer token from Geomi.
Security Best Practices
- Never commit tokens to version control
- Use environment variables in your code
- Rotate tokens periodically
Related
TypeScript Starter Kit
Step-by-step guide to creating API credentials
Error Handling
How to handle authentication errors

