Getting Started
How to get started with Portant Developer API
Last updated
Was this helpful?
How to get started with Portant Developer API
Last updated
Was this helpful?
Portant offers a REST API to enable developers to use the power of Portant's Automation Platform in their own systems.
The developer API is focused around the central resource of a . There is a variety of CRUD (Create, Read, Update, Delete) to allow the developer to manipulate their workflow objects and subcomponents of the workflow. The current version of the API (v0) relies on the existing and to run and listen for events from automations respectively. As such, currently all workflows created via the Developer API will be created with a webhook source.
All workflows created via the API will be visible, editable, and usable in the Portant Workflow interface.
A Portant account - Simply login to the web app.
A Google account that is connected to Portant - You can ensure you have authorised Portant to access Google Drive via the in Portant Workflow.
A Portant Developer access token - Please contact our integrations team to get started at . The access token will be associated with your Portant Account and all requests to the API will be performed as if performed by the associated user.
The Developer API is discoverable at the following URL:
All requests to these endpoints must contain the Authorization
header with the Portant Developer access token you have been provided. For example:
IMPORTANT: Currently all requests to the Developer API must contain a trailing slash:
In the next article we will explore how to from scratch via the API.