Documentation Index
Fetch the complete documentation index at: https://docs.vern.so/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Requires anx-api-key header. See Authentication.
Request body
Display name for the company. Typically your customer’s organization name.
The UUID of the integration the customer will authenticate against. Find this in Settings → Sources.
Email of an existing teammate in your Vern account. Used as the
created_by for the new workbook.Your own identifier for this customer (e.g. their ID in your database). Returned on every webhook for the resulting workbook, so you can match it back. Max 255 characters; alphanumeric, hyphens, and underscores only. Must be unique within your account.
Which templates to create sheets from. If omitted, every template in your account is used.
Response
201 Created
Errors
| Status | Meaning |
|---|---|
400 | name, source, or email missing; external_id malformed; template_ids invalid. |
401 | API key missing or invalid. |
404 | The source UUID isn’t an integration in your account, or the email isn’t a teammate. |
409 | external_id already used by another company in your account. |
429 | Rate limit hit — back off and retry. |
500 | Server error. |
Example
Next
- Webhooks — receive cleaned data for the new company once its workbook is exported.