POSThttps://api.x.flatfile.com/v1/events
Headers
  • true
Body Parameters
    • key
      value
View in API Reference
Request
$curl -X POST https://api.x.flatfile.com/v1/events \
> -H "Authorization: Bearer " \
> -H "X-Disable-Hooks: true" \
> -H "Content-Type: application/json" \
> -d '{
> "context": {
> "accountId": "us_acc_YOUR_ID",
> "environmentId": "us_env_YOUR_ID",
> "spaceId": "us_sp_YOUR_ID",
> "workbookId": "us_wb_YOUR_ID",
> "actorId": "us_key_SOME_KEY"
> },
> "domain": "workbook",
> "payload": {
> "recordsAdded": 100
> },
> "topic": "workbook:updated"
>}'
Response