REST APIEnterpriseUser

GET

Returns all access token templates belonging to the authenticated user. Results are paginated using cursor-based pagination. Use the prevId query parameter with the nextBatchPrevId value from the previous response to fetch the next page. Defaults to 25 results per page; maximum is 100.

Query Params

  • limit string number
    Maximum number of results to return (default: 25, max: 100)
  • prevId string
    Cursor for pagination; use the nextBatchPrevId value from the previous response

Responses

200
OK

Response Body

object

  • accessTokenTemplates array of objects required
    accessTokenTemplates object
    • id string required
    • name string required
    • userId string required
    • enterpriseId string
    • tokenScopes array of strings
    • allowedIPs array of strings
    • tokenLimits object
      tokenLimits object
      • spendingLimits array of objects
        spendingLimits object
        • coin string required
        • txValueLimit string
        • maxLimit boolean
      • allErc20TokensLimit object
        allErc20TokensLimit object
        • enabled boolean
        • txValueLimit string
        • maxLimit boolean
    • permittedEnterprises array of strings
    • permittedWallets array of strings
    • createdAt string date-time
    • updatedAt string date-time
  • nextBatchPrevId string
400
Bad Request

Response Body

object

  • name string
    Error code
  • context map of objects required
    Properties that apply to a specific error name
    context object
    • <key> object
  • error string required
    Human-readable error message
  • requestId string required
    Client request id
401
Unauthorized

Response Body

object

  • name string
    Error code
  • context map of objects required
    Properties that apply to a specific error name
    context object
    • <key> object
  • error string required
    Human-readable error message
  • requestId string required
    Client request id