Upland User Information

Endpoints to retrieve Upland Users information.

API Definitions

You must provide a Code to your users generated across the endpoint /auth/opt/init. When Upland User grants access to the developer App, a webhook will be sent with a valid access token. Click here to check the authentication session.

Retrieve user profile information

get
Authorizations
AuthorizationstringRequired

You must provide a Code to your users generated across the endpoint /auth/opt/init. When Upland User grants access for the developer App, a webhook will be sent with a valid access token.

Responses
200Success
application/json
get
/user/profile
200Success

List User's NFTs given a category

get
Authorizations
AuthorizationstringRequired

You must provide a Code to your users generated across the endpoint /auth/opt/init. When Upland User grants access for the developer App, a webhook will be sent with a valid access token.

Query parameters
currentPagenumberRequired
pageSizenumberRequired
Responses
200Success
application/json
get
/user/assets/nfts
200Success

Retrieve user balances as UPX and SPARK

get
Authorizations
AuthorizationstringRequired

You must provide a Code to your users generated across the endpoint /auth/opt/init. When Upland User grants access for the developer App, a webhook will be sent with a valid access token.

Responses
200Success
application/json
get
/user/balances
200Success

List User's properties

get
Authorizations
AuthorizationstringRequired

You must provide a Code to your users generated across the endpoint /auth/opt/init. When Upland User grants access for the developer App, a webhook will be sent with a valid access token.

Query parameters
currentPagenumberRequired
pageSizenumberRequired
Responses
200Success
application/json
get
/user/assets/properties
200Success

Last updated