Skip to end of banner
Go to start of banner

SnapLogic Public APIs

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 17 Next »

This topic is in technical review.

Overview

SnapLogic Public APIs provide basic functionality that you can use to programmatically manage your integration.

  • The timeout for these APIs is set to 15 minutes. This timeout setting can be changed on the client-side network, but it remains 15 minutes in the SnapLogic Platform.

  • The total API limit is affected only by triggered Pipeline executions; it is not affected by the use of SnapLogic Public APIs.

You can also create your own custom APIs from your Pipelines using the API Management tool.

Authentication

API requests are authenticated using basic authentication over HTTPS. Additional authentication methods are under consideration for future updates.

You can run these APIs regardless of the permissions or user roles assigned to you in your Org. Access to the information returned by these APIs is based on asset permissions, which are set in SnapLogic Manager.

If your SnapLogic account is locked or your password is expired, you cannot invoke SnapLogic Public APIs.

Best Practices

  • If an API requires a reference to an account asset, refer to the Account instance by its asset ID, instead of its label. You can find the asset ID of an Account instance from the Pipeline's metadata.

    1. Export the Pipeline to view its metadata. The .slp file generated by the export is a JSON-formatted file.

    2. In the JSON tree, under snap_map, go to the branch for the Snap that uses the modified Account.
      TIP: Under snap_map, the keys are the Snap asset IDs. Use the Snap's class_fqid and class_id to help you find the appropriate Snap.

    3. Under the appropriate Snap's branch, the Account's asset ID is the value of property_map.account.account_ref.value.ref_id.value.

API Reference

SnapLogic provides the following APIs:

  • No labels