Integration using curl

FlexLogs Docs Image

Curl is a great way to run some tests and understand how FlexLogs works. It's a simple way to send logs to FlexLogs and get started quickly.

Example with curl

    
      
    curl -X POST https://intake.flexlogs.com/http/v1/flxp...(your API key) -d "flexlogs{metric: 'curl.request'}"
  
    
  

Other Integration Articles