cURL
curl --request POST \ --url https://api.ipulse.one/api/reports \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "Monthly Uptime Report", "type": "uptime" } '
JWT Bearer token authentication
"Monthly Uptime Report"
uptime
performance
incidents
"uptime"
7d
30d
90d
pdf
csv
json
Report created successfully
Was this page helpful?