1curl https://api.x.flatfile.com/v1/agent-exports/us_agx_YOUR_ID \2 -H "X-Disable-Hooks: true" \3 -H "Authorization: Bearer <token>"
1{2 "data": {3 "id": "us_agx_YOUR_ID",4 "agentId": "us_ag_YOUR_ID",5 "exportType": "AUTOBUILD_INLINED",6 "accountId": "us_acc_YOUR_ID",7 "environmentId": "us_env_YOUR_ID",8 "createdAt": "2023-10-30T16:59:45.735Z",9 "updatedAt": "2023-10-30T16:59:45.735Z"10 }11}
Bearer authentication of the form Bearer <token>, where token is your auth token.
Bearer <token>