CommunityCreate AccountSign in
  • Overview
    • Welcome
    • Authentication
    • Using Environments
  • API Reference
LogoLogo
LogoLogo
CommunityCreate AccountSign in
API ReferenceData Clips

List

GET
https://api.x.flatfile.com/v1/data-clips
GET
/v1/data-clips
1curl https://api.x.flatfile.com/v1/data-clips \
2 -H "X-Disable-Hooks: true" \
3 -H "Authorization: Bearer <token>"
Try it
200Retrieved
1{
2 "data": [
3 {
4 "data": {
5 "id": "id",
6 "name": "name",
7 "sourceSheetId": "sourceSheetId",
8 "clipSheetId": "clipSheetId",
9 "workbookId": "workbookId",
10 "status": "status",
11 "createdBy": "createdBy",
12 "updatedAt": "2024-01-15T09:30:00Z",
13 "createdAt": "2024-01-15T09:30:00Z",
14 "description": "description",
15 "mergedAt": "2024-01-15T09:30:00Z",
16 "deletedAt": "2024-01-15T09:30:00Z",
17 "guestLinkUrl": "guestLinkUrl",
18 "accessToken": "accessToken",
19 "sharedLinkAccess": "sharedLinkAccess"
20 }
21 },
22 {
23 "data": {
24 "id": "id",
25 "name": "name",
26 "sourceSheetId": "sourceSheetId",
27 "clipSheetId": "clipSheetId",
28 "workbookId": "workbookId",
29 "status": "status",
30 "createdBy": "createdBy",
31 "updatedAt": "2024-01-15T09:30:00Z",
32 "createdAt": "2024-01-15T09:30:00Z",
33 "description": "description",
34 "mergedAt": "2024-01-15T09:30:00Z",
35 "deletedAt": "2024-01-15T09:30:00Z",
36 "guestLinkUrl": "guestLinkUrl",
37 "accessToken": "accessToken",
38 "sharedLinkAccess": "sharedLinkAccess"
39 }
40 }
41 ]
42}
Was this page helpful?
Previous

Get Resolutions

Next
Built with
Get Resolutions

Authentication

AuthorizationBearer
Bearer authentication of the form `Bearer <token>`, where token is your auth token.

Headers

X-Disable-Hooks"true"RequiredDefaults to true

Query parameters

spaceIdstringOptional
Space ID
sheetIdstringOptional
Sheet ID
status
stringOptional

Response

This endpoint returns an object.
datalist of objects

Errors

Space ID
Sheet ID

Bearer authentication of the form Bearer <token>, where token is your auth token.