Authorizations
Enter your Fillout API key. Format: Bearer <api_key>
Path Parameters
The unique identifier of the database
The unique identifier of the table. You can also use the table name instead of the ID.
The UUID of the record
Response
Record details
Unique UUID identifier for the record
Record data with field names as keys
Example:
{
"Name": "John Doe",
"Email": "john.doe@newcompany.com",
"Priority": "low"
}
Record data with field IDs as keys
Example:
{
"fwtJyga6dso": "John Doe",
"k8mNp2xQ9rL": "john.doe@newcompany.com",
"vB3zXc7Hf2w": "low"
}
ISO timestamp of when the record was created
ISO timestamp of when the record was last updated