Welcome!
You can integrate all of astro.click services to your application. Our DOCS section will help you do it.
Starting Guidelines
To implement reports in your website you must have a valid appid and be a registered partner. If you need one, please contact jc@astro.click.
You can always use our test account which has restricted functionality and results to help you implement cost-free.
All requests submitted to Astro.click API return JSON data and require an authentication header as follows:
You must convert (AppID:appSecret) to a Base64 string
The flow to request reports is as follows:
- If you don´t know which reports are available use Catalogs.getProducts
- If you don´t have a userId for your current user then you must create one with Users.doLogin
- Before you request a report you must register a Profile with Profiles.saveProfile
- To request a new or retrieve an existing Report use Reports.getReport