Authentication
We use bearer tokens to authenticate API requests.
Requirements
- A workspace setup with Modernbanc.
- An API Key.
Usage
Add your API key in the header for Authorization
key in your requests.
curl --url https://api.modernbanc.com -H 'Authorization: ApiKey YOUR_API_KEY'