- Token Templates
- Create a token template
Token Templates
Create a token template
Create token template information.
POST
/v1/apps/{appId}/token-templates
appId*
curl --request POST \
--url https://api.bitski.com/v1/apps/{appId}/token-templates \
--header 'Content-Type: application/json' \
--data '{
"tokenTemplate": array of objects,
"error":
}'
curl --request POST \
--url https://api.bitski.com/v1/apps/{appId}/token-templates \
--header 'Content-Type: application/json' \
--data '{
"tokenTemplate": array of objects,
"error":
}'