Skip to main content

CloudFlow API

CloudFlow’s API allows you to interact with all CloudFlow objects and resources in the manner you choose.

To get started using CloudFlow’s API please start by getting an API Token for your user. Then you'll be able to give commands such as this one, which returns all of the accounts to which the user belongs.

curl \
--header "Accept: application/json" \
--header "section-token: CLOUDFLOW_API_TOKEN" \
-X GET "https://console.section.io/api/v1/account"

For the full documentation of available calls please visit our interactive API documentation.