Get access token template

get/api/v2/user/accesstokentemplate/{id}

Returns a single access token template belonging to the authenticated user.

Path Parameters

  • idstringRequired
    The access token template ID

200 Response

id string required
name string required
userId string required
enterpriseId string
tokenScopes array[string]
allowedIPs array[string]
tokenLimits object
spendingLimits array[object]
allErc20TokensLimit object
createdAt string <date-time>
updatedAt string <date-time>

400 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

401 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

404 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id