cURL
curl --request POST \ --url https://api.ipulse.one/devices \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "Web Server 01" } '
JWT Bearer token authentication
"Web Server 01"
"Production web server"
["production", "web"]
Device registered successfully
Was this page helpful?