DevicesIdCertificate
Table of Contents
- modem() : ModemCertificate
- Retrieve the modem certificate associated with a device.
- product() : ProductCertificate
- Retrieve the product certificate associated with a device already registered.
Methods
modem()
Retrieve the modem certificate associated with a device.
public
modem(string|null $fields) : ModemCertificate
Parameters
- $fields : string|null
-
Defines the other available fields to be returned in the response.
Tags
Return values
ModemCertificate —product()
Retrieve the product certificate associated with a device already registered.
public
product(string|null $fields) : ProductCertificate
Parameters
- $fields : string|null
-
Defines the other available fields to be returned in the response.