Usage Metering
Ingestion Options
POSTMAN Collections
6 min
ingesting meters using postman one of the easiest ways to get started with the amberflo api is by using our postman collection with postman, you can create meters ingest metering data query ingested data all within just a few minutes —no coding required this is an ideal approach for testing the api exploring available endpoints getting a quick hands on understanding of the metering workflow github repo https //github com/amberflo/api postman prerequisites postman https //www postman com/downloads/ node js https //docs npmjs com/downloading and installing node js and npm newman postman runtime https //www npmjs com/package/newman installation download github repo https //github com/amberflo/api postman (also on the github page) postman instructions import collection /api postman/api tests collection json into postman https //dash readme com/project/amberflo/v1 0/refs/postman for api import environment file /api postman/env prod json into postman set amberflo’s username, password, x api xey, and s3 bucket in prod environment file { 	 "key" "username", 	 "value" "", 	 "enabled" true 	 }, 	 { 	 "key" "password", 	 "value" "", 	 "enabled" true 	 }, 	 { 	 "key" "x api key", 	 "value" "", 	 "enabled" true 	 }, 	 { 	 "key" "s3 bucket", 	 "value" "", 	 "enabled" true 	 } launch runner , select collection and environment file and run