Listing a users zaps reveals existing workflows created by users.
Unbounce uses the /zaps endpoint to display users' Zaps using their integration directly within the Unbounce platform.
Authenticate with Zapier
Create your request, and filter as needed
/zaps
endpoint to fetch a users zaps.expand
parameter to return
additional zap detail such as step information.zap:all
scope to return all the owned zaps on a user’s acccount, regardless of paired apps.include_shared=true
query parameter to return all the owned and visible zaps on a user’s account. (This requires the zap:account:all
scope which otherwise behaves as zap:all
).
zap:account:all
scope is required to access shared zaps or zaps the user may have permission to view/edit. Integrate with your product