# Introduction

These endpoints are a set of RESTful APIs exposed for client applications and client SDKs. Can be used to activate/deactivate licenses, check licenses, handle metered usage, etc.

APIs are accessed through SSL and signed with API key + shared key combination.

Base URL: **api.licensespring.com**

See the following pages for further steps:

* [**License API Authorization**](https://docs.licensespring.com/license-api/license-api-authorization)
* [**Floating**](https://docs.licensespring.com/license-api/floating)
* [**Activate License (Online Method)**](https://docs.licensespring.com/license-api/license-activation-and-deactivation/activate-license-online-method)

{% hint style="info" %}
To edit license entitlements and orders, use the **Management API**: [Management API](https://docs.licensespring.com/management-api/introduction)
{% endhint %}

{% hint style="warning" %}
Encode emails which contain special symbols like '+' when sending them as parameters

Example: <test+symbol@example.com> -> test%2Bsymbol%40example.com
{% endhint %}

{% hint style="warning" %}
When using param or body field `product` make sure that you are using the product code, and not the product name.
{% endhint %}
