Tools and Software

In order to use Security services suite you can leverage the following tools and speed up your development:

Postman

Postman (freeware) allows you to test the APIs to implement the services. If you do not feel comfortable with this tool, you can use an alternative solution for API testing. If you want to go ahead with Postman

Remember that the AuthToken is valid for 1 hour. For more information, refer to the online documentation.


Using the APIs

Once the AuthToken has been generated, you can use all the other APIs. Here below an example on how to configure the parameters for /deviceprofile/get: 

{

    "ProfileName": "TestPostman",

    "PageNumber": 1

}

'TestPostman' is the Device profile name created for this example. Replace it with the name of the device profile just created.  All the parameters are case sensitive. 'Page number' is a number (not a string) without double quotes and it is an optional parameter.

As an additional test you can:

{

    "TagNames": [

        "testtag1"

    ]

}

Replace 'testtag1' with the name of the tag just created by you.

m-center

You need m-center if you want to interact directly with the module using AT command and you do not have yet available an MCU in your current setup. This is the typical scenario in which you are using an EVK.

Related Information

Security Services API documentation

Security services Getting started

m-center

GitHub repository

Features overview

Services overview

Still need help?

If you need more help or have any questions, please send an email to services-support@u-blox.com.