get internal access token

get/api/v2/user/internalaccesstoken

Internal route to get user's access token that other services can use

200 Response

id string
Example: 59cd72485007a239fb00282ed480da1f
Match pattern: ^[0-9a-f]{32}$
client string
user string
scope array[string]
Example: ["crypto_compare","user_manage","openid","profile","wallet_create","wallet_manage_all","wallet_approve_all","wallet_spend_all","wallet_edit_all","wallet_view_all"]
created string
expires string
ip string
ipRestrict array[string]
origin string
label string
isExtensible boolean
ecryptedToken string
derivationPath string

404 Response

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

424 Response

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