Skip to content

Latest commit

 

History

History
67 lines (43 loc) · 1.56 KB

Loriot.md

File metadata and controls

67 lines (43 loc) · 1.56 KB

Loriot

1. Connection with User Credentials

1.1. Uplink connection

Target URL:

  https://nano-things.net/tpxle-nit/uplink_from_loriot/<YOUR_NIT_API_ID>

<YOUR_NIT_API_ID> is an arbitrary identifier of your company

HTTP Headers::

  Authorization: <clientId>|<clientSecret>|<realm>|<downlinkUrl>

<clientId> is the thingpark community username in the following format: 'community-api/email-address' <clientSecret> is the thingpark community password <realm> must be equal to 'dev1' <downlinkUrl> the downlink API URL of the Loriot server instance

1.2. Downlink connection

Downlink Target URL:

  https://nano-things.net/tpxle-nit/downlink_to_loriot/<YOUR_NIT_API_ID>

2. Connection with API Key

This option is currently available only on our Preview environment! API keys will be supported in Q1 2023

2.1. Uplink connection

Target URL:

  https://nano-things.net/tpxle-nit/uplink_from_loriot/<YOUR_NIT_API_ID>

<YOUR_NIT_API_ID> is an arbitrary identifier of your company

HTTP Headers:

  Authorization: |<YOUR_API_KEY>|<realm>|<downlinkUrl>

<YOUR_API_KEY> is an API key that you can generate here. <realm> must be equal to 'dev1' <downlinkUrl> the downlink API URL of the Loriot server instance

2.2. Downlink connection

Downlink Target URL:

  https://nano-things.net/tpxle-nit/downlink_to_loriot/<YOUR_NIT_API_ID>