Commits

Get a commit version

GET
Returns the details of a commit version

Path parameters

commitIdstringRequired
ID of the commit version to return

Response

This endpoint returns an object
data
object
A commit version

Errors

GET
$curl https://api.x.flatfile.com/v1/commits/us_vr_YOUR_ID \
> -H "Authorization: Bearer <token>"
Response
1{
2 "data": {
3 "id": "us_vr_YOUR_ID",
4 "sheetId": "us_sh_YOUR_ID",
5 "createdBy": "us_usr_YOUR_ID",
6 "createdAt": "2019-08-24T14:15:22Z"
7 }
8}