Skip to main content
POST
Update Pending Grant

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
grantID
string<uuid>
required
grantName
string
grantDescription
string
grantAmount
number
vestingStartDate
string<date-time>
grantDate
string<date-time>
vestingFrequencyType
enum<string>
Available options:
MONTHLY,
QUARTERLY,
ANNUALLY
vestingCliffPercentage
number
vestingCliffPeriods
number
vestingPeriods
number
tags
string[]
pricePerUnit
number
grantTemplateID
string

Response

Grant updated

grantID
string<uuid>