post https://app.pennylane.com/api/external/v2/exports/fecs
This endpoint allows you to create a FEC export
This endpoint requires one of the following scopes:
exports:fec
Log in to see full request history
Responses
This endpoint allows you to create a FEC export
This endpoint requires one of the following scopes:
exports:fec
xxxxxxxxxx
curl --request POST \
--url https://app.pennylane.com/api/external/v2/exports/fecs \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"id": 124,
"status": "pending",
"created_at": "2023-08-30T10:08:08.146343Z",
"updated_at": "2023-08-30T10:08:08.146343Z"
}