Skip to main content
POST
Create Grant Template

Authorizations

Authorization
string
header
required

Personal API token. Create via createUserApiToken endpoint.

Headers

x-role-type
enum<string>
required

Role context for the request. Use CLIENT_ORG_ADMIN for most integrations.

Available options:
CLIENT_ORG_ADMIN,
PAYROLL_ADMIN,
FINANCE_ADMIN,
TOKU_ADMIN

Body

application/json
templateName
string
required
Example:

"Custom 3-Year Quarterly"

vestingCSVContent
string
required

CSV content defining vesting tranches

vestingFrequencyType
enum<string>
required
Available options:
MONTHLY,
QUARTERLY,
ANNUALLY
templateDescription
string
lockupCSVContent
string
lockupFrequencyType
string

Response

Template created

isSuccess
boolean
Example:

true

message
string