Getting Started with the Metrics API
This guide will help you quickly integrate the Bilanc Metrics API into your applications.API Basics
Base URL
Base URL
All API requests should be made to the following base URL:All endpoints use HTTPS. HTTP requests will be redirected to HTTPS.
Authentication
Authentication
All API requests require authentication using PropelAuth. Include your authentication token in the request headers:See our Authentication guide for more details on obtaining and using access tokens.
Request Format
Request Format
API requests should be sent as HTTP POST requests with a JSON body containing the required parameters. The response will be in JSON format.