Orgs Tables
Create a table
Create a new table.
POST
Create a table
Documentation Index
Fetch the complete documentation index at: https://docs.useinvent.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer token authentication using your API key
Path Parameters
The ID of the org
Body
Human-readable name (e.g. "Companies"). 1-128 chars.
Required string length:
1 - 128Uppercase alphanumeric prefix used to render record IDs (e.g. LEAD → LEAD-42). Unique per org. 1-16 chars.
Required string length:
1 - 16Pattern:
^[A-Z][A-Z0-9]{0,15}$Optional long-form description of what the table represents.
Maximum string length:
512Response
200 - application/json
Available options:
custom, contacts, chats, users The name of the table.
Example:
"Companies"
The description of the table.
Example:
"Companies are organizations that own and manage other organizations."
The prefix of the record.
Example:
"LEAD"
The id of the display field.
Whether the table is archived.
- Option 1
- Option 2
Create a table