Getting Started with Sensos API

This page will help you get started with Sensos Developers. You'll be up and running in a jiffy!

Sensos API allows you to seamlessly integrate Sensos features into your applications, enabling you to harness the full power of our platform.

With the Sensos API, you can:

  • Manage Devices: Create, update, and retrieve Sensos Smart Label devices and configurations.
  • Manage Shipments: Create, update, and retrieve shipment information.
  • Integrate Seamlessly: Connect Sensos with your existing systems and workflows.

Key Features

  • RESTful Design: Our API follows RESTful principles, making it easy to use and integrate.
  • Comprehensive Documentation: Detailed documentation for all endpoints, including request and response examples.
  • Secure: Uses OAuth 2.0 / JWT Bearer token authentication via Machine-to-Machine (M2M) application credentials.
  • Scalable: Built to handle a high volume of requests, ensuring reliable performance.

Getting Started

To start using the Sensos API, you will need:

  • M2M Application Credentials: Obtain your Tenant ID (tenantId), Application ID (applicationId), and Application Secret (applicationSecret) from your Sensos administrator or account settings.
  • HTTP Client: Use any HTTP client (e.g., Postman, cURL, or an HTTP client in your preferred programming language) to generate an access token and make requests.
  • Authentication: See the Authentication guide for step-by-step instructions on generating and using your JWT access token.

Base URL

All API requests are made to the following base URL: https://api.sensos.io

Support

If you have any questions or run into any issues, our support team is here to help. You can reach out to us at [email protected] or through our support portal.


Did this page help you?