Usage Cloud API Quickstart#
Introduction#
Welcome to the Melissa Usage Cloud API service. This is a RESTful API that allows customers to query the status and usage of their licensed services. After authentication customers can retrieve license and usage summaries across all their active packages.
The Cloud API can:
Retrieve active license details and usage totals per package, per customer
View transaction usage totals, remaining quota, and limits per package
Is a lightweight summary endpoint for agent triage before deep queries
Is rate-limited to 100 requests per minute, per customer
New to Melissa Cloud APIs?#
We highly recommend first time users of our Cloud APIs to review our Using Melissa Cloud APIs section. It will cover critical topics like:
System Requirements#
SSL/TLS 1.2+
Getting Started - What Can I Do?#
Check Status and Usage of Services#
Using you customerID, you can check the status and usage of all your licensed services.
Endpoint#
Click here to go to the full endpoint documentation.
Try it Now#
curl -X GET "https://usage.melissadata.net/v1/license?\
&id={{customerId}}\
&t=Test" \
-H "Content-Type: application/json" \
-H "Accept: application/json"