top of page
API Rest
Connect any software to Adm Cloud using our
REST API
Rest API Documentation
The Adm Cloud Rest API is a series of web services that you can use to interchange data with Adm Cloud. Operations like get a customer list or save an invoice are done easily with the Rest API.
Steps to use the API:
1. Create an integration inside Adm Cloud
Inside Adm Cloud, go to the web service integrations page, create a new integration and take note of the generated ID.
2. Call one of the Api End Points using the programing language of your choice
Look a sample on how to get a customer list. You have to supply the company id, your role and the integration id in the call. Your user id and password is supplied using Basic Authentication. You can also get an authentication token using the /Login/Token and supply that in each call
GET https://api.admcloud.net/api/details/5af7e7b6-f2a4-48f8-b97f-45ea2c8a13ba?company=demo&role=administradores&appid=378d0208-6942-4bc6-a880-2c9b1229610f
You will get an object in Json format with the requested information
3. Read the documentation and download the sample code
4. Send us any question
Contact us using the form so we can assist you
Using ADM Cloud API
bottom of page