Gerri API
string · uuid · requiredstring · required
Imported Files
Endpoints for listing imported contract files for the current organization.
List imported files
GET
https://api.gerri.commonpaper.com
/v1/organizations/{organization_id}/imported_files
Lists imported files for the current organization, newest first. Each item includes name, origin, and timestamps.
path Parameters
organization_idOrganization id
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
List imported files › Responses
Imported files for the organization (may be an empty array)
ImportedFileResource[] · required