By the end of this tutorial you will have made an API call to Solvimon and received a response. No billing setup required — just get talking to the API.
What you’ll need:
curl or any HTTP clientTEST API keyList your customers. On a fresh sandbox account this returns an empty list — that’s expected.
A successful response:
A 200 with an empty data array means you’re authenticated and connected.
Response:
The id is Solvimon’s internal identifier. The reference is your own — use it to look this customer up from your system.
The customer was created in DRAFT status. Before you can create a subscription, you need to activate them:
A 200 response means the customer is now ACTIVE. Resources in Solvimon follow a DRAFT → ACTIVE lifecycle — drafts exist so you can configure them before they’re used in billing.
X-API-KEY header return 401 UNAUTHORISED.