client_id
client_name
expires_at
expires_in
oauth_key
refresh_expires_in
refresh_token
scope
user_id
USER|PATCH
PATCH
requests on /users/userid
can be sent. Eg. Updating KYC on user object.USER|GET
GET
requests on /users/userid
can be sent. Eg. Viewing user KYC.NODES|POST
POST
requests on /users/userid/nodes
can be sent. Eg. Creating a deposit account.NODES|GET
GET
requests on /users/userid/nodes
can be sent. Eg. Viewing all payment accounts liked to the user.NODE|PATCH
PATCH
requests on /users/userid/nodes/nodeid
can be sent. Eg. Verifying micro-deposits.NODE|DELETE
DELETE
requests on /users/userid/nodes/nodeid
can be sent. Eg. Deleting a payment account from the user profile.TRANS|POST
POST
requests on /users/userid/nodes/nodeid/trans
can be sent. Eg. Creating a new payment transaction.TRANS|GET
GET
requests on /users/userid/nodes/nodeid/trans
can be sent. Eg. Viewing all payment transactions the user has made or received.TRAN|GET
GET
requests on /users/userid/nodes/nodeid/trans/tranid
can be sent. Eg. Viewing a specific payment that was either sent or received by the user.TRAN|PATCH
PATCH
requests on /users/userid/nodes/nodeid/trans/tranid
can be sent. Eg. Commenting on the transaction or approving a quote.TRAN|DELETE
DELETE
requests on /users/userid/nodes/nodeid/trans/tranid
can be sent. Eg. Canceling a transaction.SUBNETS|POST
POST
requests on /users/userid/nodes/nodeid/subnets
can be sent. Eg. Issuing a card.SUBNETS|GET
GET
requests on /users/userid/nodes/nodeid/subnets
can be sent. Eg. View all cards issued to the user.SUBNET|GET
/users/userid/nodes/nodeid/subnets/subnetid
can be sent. Eg. View a card.SUBNET|PATCH
PATCH
requests on /users/userid/nodes/nodeid/subnets/subnetid
can be sent. Eg. Activating a card.STATEMENTS|GET
GET
requests on /users/userid/nodes/nodeid/statements can
be sent. Eg. Viewing all statements associated with a node.STATEMENT|GET
/users/userid/nodes/nodeid/statements/statementid
can be sent. Eg. Viewing a statement.STATEMENTS|POST
/users/userid/nodes/nodeid/statements
can be sent. Eg. Generating an AdHoc statement.CONVERSATIONS|POST