Your First API Call

This documentation is for LiquidPlanner New: next.liquidplanner.com

Try the request below to pull all the workspaces to which your token has access.

curl --location --request GET 'https://next.liquidplanner.com/api/workspaces/v1' \
--header 'Authorization: Bearer <Your API Token>' \

Navigate to API Reference when you're ready to try out the different endpoints. Be sure to enter your LiquidPlanner API token in the Authentication field:

466

What’s Next