Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Authentication header of the form Bearer: <token>, where <token> is either your public or private API key. See when to use which

Response

200 - application/json

Return all flows.

data
object[]

The data returned by the query

offset
number
default:0

The current pagination offset (if any)

Example:

0

limit
number
default:100

The total number of records returned in this response

Example:

100