Connecting to ZAICO
The ZAICO API uses a token-based authentication.
Using Token Authentication
Your ZAICO API Token is required to create a connection to ZAICO. API Tokens can be genarated in the ZAICO user settings page. Once you have obtained it, set it in the ProfileSettings connection property.
Example Connection string
Profile=C:\profiles\ZAICO.apip;ProfileSettings='APIKey=my_api_token;'
Connection Properties
The connection string properties are the various options that can be used to establish a connection. This section provides a complete list of the options you can configure in the connection string for this provider.
Property | Description |
APIToken | API Token you get from your ZAICO account. |