Create record
Create a new record with metadata. Returns 409 if a record with the same type and name already exists in the tenant.
Authentication
AuthorizationBearer
API key or Clerk session token
Request
This endpoint expects an object.
name
type
messages
metadata
Response
Created record
createdAt
id
messages
metadata
name
organizationId
productSurfaceId
schemaValid
type
updatedAt
userId
metadataLabels
metadataSchema
schemaWarnings
warnings
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
409
Conflict Error
422
Unprocessable Entity Error
500
Internal Server Error