cURL
curl --request POST \ --url https://api.ipulse.one/status-pages \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "Company Status", "slug": "status" } '
JWT Bearer token authentication
"Company Status"
"status"
"Real-time status of our services"
"https://status.company.com"
Status page created successfully
Was this page helpful?