Skip to main content
All API endpoints are authenticated using API keys passed in the X-API-Key header.
"security": [
  {
    "apiKeyAuth": []
  }
]
Sample authenticated request:
curl -X GET "https://api.finosu.com/customers" \
     -H "X-API-Key: your_api_key_here"