You can connect to Apsis in Klipfolio using basic http authentication.
Connector Type: |
Web Accessible Resource |
API Documentation: |
Get your APSIS data in Klipfolio Dashboard
To start your data source creation process, use the Web Accessible Resource connector in Klipfolio Dashboard.
Anatomy of a APSIS query in Klipfolio Dashboard
This is what a typical APSIS API query looks like in Klipfolio Dashboard, however, you can also build your own query:
http://abcdfeklsdajg:@se.api.anpdm.com/event/v1/all
- event/v1/all: API method. In this example to get Events
- api.anpdm.com: endpoint URL
- abcdfeklsdajg: the api key
URL
The format of API request is:
http://API_KEY:@API_METHOD_URL
Where "API_KEY" is your key and "API_METHOD_URL" is the URL to the API method you are calling.
All API methods are listed here
Data Format
Set it to XML.
Authentication Type
APSIS uses Basic HTTP Authentication
Under Authentication Type select Basic HTTP Authentication
Under Username pass the API key
Keep the Password blank