Section API
Section’s API allows you to interact with all Section objects and resources in the manner you choose.
To get started using Section’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: SECTION_API_TOKEN" \
-X GET "https://aperture.section.io/api/v1/account"
For the full documentation of available calls please visit our interactive API documentation.