Skip to main content
POST
Create Grant Configuration

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
name
string
required
Example:

"Standard 4-Year RTU"

kind
enum<string>
required
Available options:
RTU,
RTA,
TPA,
TOKEN_BONUS
Example:

"RTU"

grantAssetType
enum<string>
Available options:
TOKEN,
FIAT,
HYBRID
Example:

"TOKEN"

isExercisable
boolean
Example:

false

isPerformance
boolean
Example:

false

isCashCompensation
boolean
Example:

false

Response

Configuration created

grantConfigurationID
string<uuid>
Example:

"gc-0e8400-e29b-41d4-a716-446655440030"