cURL
curl --request POST \ --url https://api.ipulse.one/api/services \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "API Service", "type": "http" } '
JWT Bearer token authentication
"API Service"
http
tcp
smtp
imap
dns
"http"
"api.example.com"
443
60 <= x <= 86400
Service created successfully
Was this page helpful?