Ubiqod Key displays a QR code that changes at regular intervals.

If you use an integrated interface (single/multiple choice, digit…), the Ubiqod platform will check if the QR code is valid.

If you redirect the user to your own app or form, you will receive a token as a url parameter. This token must be checked after submission through an API endpoint.

Add the token to the redirected URL

In the redirection interface, check Validation token to add the token to the URL as URL parameter. You can customize the name of the parameter in the ADVANCED PARAMETERS.

Configure the interface to add the Ubiqod token to a URL

Check the token validity with API

Request

In order to ensure that the token is valid, you can use our validation API enpoint.

Request type: GET

Headers: { “X-API-KEY”: API key } (You can create an API key in your account settings)

URL: https://scan.ubiqod.com/api/key/validatetoken

URL parameter: token=XXXXX where XXXXX is the token to be validated.

Response

Token is valid

If the token is valid, you will receive this response with code 200:

{
“tokenData”: {
“creationDate”: “2021-02-04T15:10:32.157Z”,
“trackerLabel”: “Test device Jerome”,
“trackerName”: “UK123456”
}
}

Where:

creationDate is the creation date of the token (ie time when the user scanned the code),

trackerLabel is the tracker label,

trackerName is the tracker serial number (or SLUG).

Token not found

If the token does not exists, you will receive this response with code 200:

{
“message”: “Token not found for this account”
}

Invalid Auth

If the token does not exists, you will receive a response with code 401.

 

7/11/2023

How to secure your app or form with Ubiqod key?

Ubiqod Key displays a QR code that changes at regular intervals. If you use an integrated interface (single/multiple choice, digit…), the Ubiqod platform will check if the QR code is valid. If you redirect the user to your own app or form, you will receive a token as a url parameter. This token must be checked after submission through an API endpoint. Add the token to the redirected URL In the redirection interface, check Validation token to add the token to the URL as URL parameter. You can customize the name of the parameter in the ADVANCED PARAMETERS. Check the […]
31/10/2023

Adding your Ubiqod Key to your Ubiqod account

When you order an Ubiqod Key, you have to add it to your Ubiqod account before being able to use it on the platform. In the Ubiqod platform, go to Tracker > UBIQOD KEY section and click on the button +UBIQOD KEY. You should see this screen: When you buy a Ubiqod Key, Skiply sends you the order information by email. Check your spam folder if you didn’t receive it! Regarding the import options, only the first one is applicable to Ubiqod Key. By default, when you import a device, it will be activated, and therefore consumes credits. The next step […]
30/10/2023

Ubiqod: badge lists

What is a badge list? A badge list can help you to make a mapping between a badge and an associated label or reference. This badge can be an RFID badge (Clock S, Clock E) or a bluetooth badge (Clock R). For instance, you can assign a badge number to the employee ID of a person in your HRIS. Implementing badge lists offers additional capabilities: Data Filtering: Verify if the user has input a recognized badge. System Mapping: Create a linkage between Ubiqod and an external system, like associating a worker ID in your HRIS. Custom Labeling: Assign a bespoke […]
19/10/2023

Ubiqod: PIN codes lists

What is a PIN codes list? On the Ubiqod platform, PIN codes serve dual purposes: they can both identify users and secure form submissions. This functionality is exclusive to QR codes, including QODs and Ubiqod Key. For identification through IoT, we rely on Badge lists. Users can manually input the PIN codes or they can scan a personal QR code using their smartphone’s camera. It’s possible to use the identification feature without a PIN codes list. In such cases, Ubiqod will relay the entered code as it is in the label field (see dispatches). Implementing PIN codes lists offers additional […]
18/10/2023

Ubiqod Dispatches

What is a dispatch? When a user presses a connected button, scans a badge, or submits a form after scanning a QR code, the data can be transmitted in real-time to third-party systems (except for redirection interfaces). With our “Dispatch” feature, you have the flexibility to determine the destination of your data. There are two types of dispatches available: Generic Dispatch: This can be connected to any system that accepts webhooks. Standard Connectors: These are pre-configured to send data to specific systems. Generic Dispatch (webhooks) With webhooks, you can send data to any system that accepts webhooks. If you are […]
18/10/2023

Ubiqod: replay missed IoT data

Wireless connected objects communicate using various radio protocols. Occasionally, data might get lost due to unforeseen incidents. By activating the Replay the missed data option, missed data detected by Ubiqod will be replayed and sent before transmitting the current data. How to activate this option? In the GENERAL OPTIONS of the Dispatch, check the option Replay the missed data. Compatible devices The following Skiply products possess the capability to identify and resend the last missed data to the dispatch: Smilio A (code mode) Clock S (LoRaWAN only) Smilio S (code mode)
18/10/2023

Ubiqod: Data Filtering (dispatch)

What is data filtering? Data filtering lets you limit the data relayed to the dispatch based on specific criteria. When this feature is activated, only the data that meets these criteria will be sent to the dispatch. You can find data filtering options under the GENERAL OPTIONS tab within the Dispatches section. To add a filter, activate the Data filter option, click on ADD + and select the filter you want to apply. You can combine multiple filters. Acknowledgement with badge filter (IoT only) Configuration Select A badge was scanned to send data when a user scans a badge on […]
17/10/2023

Ubiqod Interfaces

What is an interface? Standard QR codes (QODs) and Ubiqod Key For QODs and Ubiqod Key, an interface defines what will happen when the user scans the QR code with a smartphone. Example: clocking in interface Connected devices (IoT) For connected devices, the interface provides a way to add metadata to the different type of events. For instance, you can add a label and a reference to a button of Smilio A. Available interfaces for standard QR codes (QODs) and Ubiqod Key Feedback The feedback interface is useful to collect customer feedback. With custom redirections, you can redirect the user […]
12/10/2023

Ubiqod Sites

What is a site? On the Ubiqod platform, a site corresponds to a physical location in real life. It can be a building, a public place, a field… Sites are used to group trackers and associate them with specific locations. If you already have your own site or asset management software, you don’t need to use this feature. If your tracker is mobile, you may not need to use the sites feature. Create and configure a site In the Sites menu, click on the + CREATE button. Creation using the web interface Enter a label for your site. For instance: […]