API Reference
  • IoT IdP API Reference
  • Reference
    • HTTP API Reference
      • Token API
      • IdP API
      • Device API
    • CoAP API Reference
      • Token API
      • IdP API
      • Device API
Powered by GitBook
On this page
  • Token API
  • IdP API
  • Device API
  1. Reference

CoAP API Reference

PreviousDevice APINextToken API

Last updated 2 years ago

The CoAP API is basically the same as the HTTP API, with certain adjustments due to constraining restrictions enforced by the CoAP protocol. The API requires the use of CoAPS, as content such as the JWT and AT must not be transported over an insecure connection.

The current version of the API only supports JSON as the content format. However, we plan to support also CBOR as the content format in the future.

The CoAP API has been designed considering the new that attempts to define an OAuth 2.0 standard for CoAP. However, our solution goes beyond the new IETF draft by relying on additional best practices for Web for API security.

Token API

The token API is for requesting access tokens issued by our IoT identity provider.

IdP API

The IdP API is used to validate issued access tokens with our IoT identity provider.

Device API

The device API is used for updating device information registered with our IoT identity provider.

IETF draft
Token API
IdP API
Device API