Sheets

Validate a sheet

POST
Trigger data hooks and validation to run on a sheet

Path parameters

sheetIdstringRequired
ID of sheet

Response

This endpoint returns an object
data
objectOptional

Errors

POST
$curl -X POST https://api.x.flatfile.com/v1/sheets/us_sh_YOUR_ID/validate \
> -H "Authorization: Bearer <token>"
Response
1{
2 "data": {
3 "success": true
4 }
5}