LicenseSpot Documentation
Get all customers
licensespot.customer.getall
Gets all customers in the database.
Sample Response
The method returns the details about the customer and the customer ID.
<Customers>
<Customer>
<CustomerId>23D10086-9D85-43d4-9318-1CA76DE9186F</CustomerId>
<Name>John Smith</Name>
<Email>john.smith@domain.com</Email>
<Company>SkyXoft</Company>
<Phone>888-759-9638</Phone>
<Street1>8260 NW 14th</Street1>
<Street2></Street2>
<City>Doral</City>
<PostalCode>33126</PostalCode>
<Country>US</Country>
<State>FL</State>
</Customer>
</Customers>
Error Codes
- 101: Invalid API key: The API key is invalid or not active.