Skip to main content
POST
Error

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

ORG-ID
string
header
required

Path Parameters

project_id
string<uuid>
required
fleet_id
string<uuid>
required
device_id
string<uuid>
required

Body

application/json

Optional body; omit or send an empty object to use the default algorithm (rsa).

key_algorithm
enum<string>
default:rsa

Key algorithm for MQTT device client certificate CSR generation.

Available options:
rsa,
ecdsa

Response

Certificate issued

data
object
required

PEM material returned once at issuance; the private key is not stored server-side.

ok
enum<integer>
required
Available options:
1