Exports

Exports

Flex API Reference

Welcome to the Flex API reference docs. Here you'll find all the endpoints exposed by Flex, learn how to use them and what they return.

Production Endpoint
https://api.withflex.com
Staging Endpoint
https://api-stg.withflex.com

List Exports

Returns a list of exports for the authenticated partner.

Parameters

No parameters available.

get/v1/exports
RESPONSE
[]

Create Export

Creates a new export function

Parameters

No parameters available.

post/v1/exports
RESPONSE
[]

Get Export

Retrieves the export details with the given ID.

Parameters

No parameters available.

get/v1/exports/{id}
RESPONSE
[]

Cancel Export

Cancel a new export function

Parameters

No parameters available.

post/v1/exports/{id}/cancel
RESPONSE
[]

Create Export Url

Creates a new export function

Parameters

No parameters available.

post/v1/exports/{id}/presigned_url
RESPONSE
[]