Use the FlexiPort API to access your transformed data.
All API requests require an access key, which is specific to a pipeline. The API supports two authentication methods:
Include the access key as a query parameter: ?access_key=your-access-key
GET /exports?access_key=your-access-key
Send the access key as a Bearer token in the Authorization header:
Authorization: Bearer your-access-key
https://flexiport.ai/integrations/v1| Code | Description |
|---|---|
| 200 | OK - Request successful |
| 400 | Bad Request - Error in request parameters |
| 401 | Unauthorized - Invalid or missing access key |
| 404 | Not Found - Resource not found |
| 429 | Too Many Requests - Rate limit exceeded |