Does pigment.app have an api documentation, regarding the usage of api key .
i am looking for full api doc that will help me to understand the endpoints and using those with cURL requests
Does pigment.app have an api documentation, regarding the usage of api key .
i am looking for full api doc that will help me to understand the endpoints and using those with cURL requests
Hi
We have various articles on using the Pigment API available:
I hope this helps! :)
Hey
In addition to what
Import API
curl --request POST 'https://pigment.app/api/importservice/Csv/ApiPush/<<import config id>>' \
--header 'X-Pigment-Api-Key: <<your API key>>' \
--header 'Content-Type: text/csv' \
--data-binary '<<CSV here>>'
Export API
Metrics and Tables
curl --request GET 'https://pigment.app/api/workspace/<<application id>>/view/ExportTableData/<<view id>>' \
--header 'X-Pigment-Api-Key: <<your API key>>'
List Data
curl --request GET 'https://pigment.app/api/workspace/<<application id>>/view/ExportListData/<<view id>>' \
--header 'X-Pigment-Api-Key: <<your API key>>'
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.