Users
Managing your own user account
Gets the enabled cryptocurrencies on a users account. Requires the Scopes.ViewEnabledCryptos
permission
The object was successfully returned.
You are not authorized, check your API key and try again.
You are not authorized to access this endpoint, you may be missing an API key scope or be requesting a privileged endpoint.
GET /cryptocurrency/enabled HTTP/1.1
Host: api.sellsn.io
Authorization: Bearer JWT
Accept: */*
{
"success": true,
"message": "text",
"data": [
"text"
]
}
Gets the current cryptocurrency balance of the signed-in user. Requires the Scopes.ViewCryptoBalance
permission
The object was successfully returned.
The provided form information is not valid, check that the provided data is valid. You can use the 'invalidFields' field to get the list of invalid fields or just use the 'message' field.
You are not authorized, check your API key and try again.
You are not authorized to access this endpoint, you may be missing an API key scope or be requesting a privileged endpoint.
GET /cryptocurrency/balance HTTP/1.1
Host: api.sellsn.io
Authorization: Bearer JWT
Accept: */*
{
"success": true,
"message": "text",
"data": [
{
"cryptoCode": "text",
"available": 1,
"availableUsd": 1,
"pending": 1,
"pendingUsd": 1
}
]
}
Gets the currently signed-in user account data, requires the Scopes.ViewUser
permission
The object was successfully returned.
You are not authorized, check your API key and try again.
You are not authorized to access this endpoint, you may be missing an API key scope or be requesting a privileged endpoint.
GET /user HTTP/1.1
Host: api.sellsn.io
Authorization: Bearer JWT
Accept: */*
{
"success": true,
"message": "text",
"data": {
"id": "text",
"dateCreated": "2025-08-31T05:17:18.514Z",
"plan": "text",
"setupCompletionState": 0,
"disabledPaymentMethods": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"email": "text",
"userName": "text",
"allowMarketplace": true,
"stores": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"dateCreated": "2025-08-31T05:17:18.514Z",
"name": "text",
"description": "text",
"url": "\n store\n ",
"customDomain": "text",
"termsOfService": "text",
"copyright": "text",
"privacyPolicy": "text",
"preferredCurrency": "text",
"isVerified": true,
"prependProductNameToReceipt": true,
"featuredProduct": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"dateCreated": "2025-08-31T05:17:18.514Z",
"name": "text",
"description": "text",
"tags": [
"text"
],
"imageNames": [
"text"
],
"cost": 1,
"type": 0,
"subscriptionPeriod": "text",
"stock": 1,
"amountSold": 1,
"ignoreOutOfStock": true,
"isPinned": true,
"isDynamic": true,
"rating": 1,
"minimumQuantity": 1,
"maximumQuantity": 1,
"order": 1,
"visibility": 0,
"likes": 1,
"customValueKeys": [
"text"
],
"store": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"dateCreated": "2025-08-31T05:17:18.514Z",
"name": "text",
"description": "text",
"url": "\n store\n ",
"customDomain": "text",
"termsOfService": "text",
"copyright": "text",
"privacyPolicy": "text",
"preferredCurrency": "text",
"isVerified": true,
"prependProductNameToReceipt": true,
"featuredProduct": "[Circular Reference]",
"visits": 1,
"reviews": 1,
"rating": 1,
"resolvedTickets": 1,
"productsSold": 1,
"theme": {
"properties": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"socialMediaAccounts": {
"tikTok": "text",
"youTube": "text",
"twitter": "text",
"facebook": "text",
"discord": "text",
"telegram": "text",
"instagram": "text"
},
"profileImage": "text",
"scopes": [
"text"
],
"isDiscordBotConfigured": true,
"domain": "text"
},
"discordRoleId": 1,
"requireDiscordAuthorization": true,
"useDiscordIntegration": true
},
"visits": 1,
"reviews": 1,
"rating": 1,
"resolvedTickets": 1,
"productsSold": 1,
"theme": {
"properties": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"socialMediaAccounts": {
"tikTok": "text",
"youTube": "text",
"twitter": "text",
"facebook": "text",
"discord": "text",
"telegram": "text",
"instagram": "text"
},
"profileImage": "text",
"scopes": [
"text"
],
"isDiscordBotConfigured": true,
"domain": "text"
}
],
"twoFactorEnabled": true,
"discordWebhookUrl": "text",
"lastPasswordUpdate": "2025-08-31T05:17:18.514Z",
"cashAppOptions": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"dateCreated": "2025-08-31T05:17:18.514Z",
"isEnabled": true,
"email": "text",
"verificationCode": "text",
"isAcceptingRequests": true,
"tag": "text"
},
"payPalOptions": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"dateCreated": "2025-08-31T05:17:18.514Z",
"isEnabled": true,
"isFriendsAndFamilyEnabled": true,
"isAcceptingRequests": true,
"email": "text",
"payPalEmail": "text"
},
"disabled": true,
"planExpiry": "2025-08-31T05:17:18.514Z",
"enabledCryptocurrencies": [
"text"
],
"stripeOptions": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"dateCreated": "2025-08-31T05:17:18.514Z",
"isEnabled": true,
"publishableKey": "text"
},
"ownedReferralLink": "text",
"referralLink": "text",
"atlasReports": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"dateCreated": "2025-08-31T05:17:18.514Z",
"email": "text",
"reason": "text",
"gateway": "text",
"reporter": "text",
"resolved": true,
"type": "text",
"userId": "text"
}
],
"stripeEnabled": true,
"apiKeyActive": true,
"isCryptoEnabled": true,
"isCardsToCryptoEnabled": true,
"isSumUpEnabled": true,
"isTazaEnabled": true,
"refreshAt": "2025-08-31T05:17:18.514Z"
}
}
Gets the referral link statistics if you have an active referral link, requires the Scopes.ViewUser
permission
The object was successfully returned.
The provided form information is not valid, check that the provided data is valid. You can use the 'invalidFields' field to get the list of invalid fields or just use the 'message' field.
You are not authorized, check your API key and try again.
You are not authorized to access this endpoint, you may be missing an API key scope or be requesting a privileged endpoint.
GET /user/referral-stats HTTP/1.1
Host: api.sellsn.io
Authorization: Bearer JWT
Accept: */*
{
"success": true,
"message": "text",
"data": {
"amountRegistered": 1,
"amountSubscribed": 1,
"amountEarned": 1
}
}
Last updated
Was this helpful?