Skip to main content
POST
/
devices
Register a new device
curl --request POST \
  --url https://api.ipulse.one/devices \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "Web Server 01"
}
'

Authorizations

Authorization
string
header
required

JWT Bearer token authentication

Body

application/json
name
string
required
Example:

"Web Server 01"

description
string
Example:

"Production web server"

tags
string[]
Example:
["production", "web"]

Response

201

Device registered successfully