Upland User Information

Endpoints to retrieve Upland Users information.

API Definitions

circle-info

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
chevron-right
200Success
application/json
idstringRequired

User Id

Default: 2da598ba-0abb-44f9-bb30-86416af16a20
eosIdstringRequired

Eos Id

Default: 1df22sd3
usernamestringRequired

Username

Default: any_username
networthnumberRequired

Networth

Default: 104927.65
levelstring · enumRequired

Level

Default: ProPossible values:
avatarUrlstringRequired

Avatar Url

Default: https://any-url.upland.me
initialCitystringRequired

Initial city

Default: San Francisco
currentCitystringRequired

Current city

Default: San Francisco
isInJailbooleanRequired

Indicates if the user is in jail

Default: false
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
chevron-right
200Success
application/json
currentPagenumberRequired

Current page

Default: 1
pageSizenumberRequired

Total returned per page

Default: 10
totalResultsnumberRequired

Total of results

Default: 2
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
chevron-right
200Success
application/json
availableUpxnumberRequired

Amount of available UPX

Default: 130646
availableSparknumberRequired

Amount of available SPARKs

Default: 2.5
stakedSparknumberRequired

Amount of staked SPARKs

Default: 1.2
availableSendsnumberRequired

Amount of available Sends

Default: 0
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
chevron-right
200Success
application/json
currentPagenumberRequired

Current page

Default: 1
pageSizenumberRequired

Total returned per page

Default: 10
totalResultsnumberRequired

Total of results

Default: 2
get
/user/assets/properties
200Success

Last updated