Skip to main content
GET
/
user
Get user
curl --request GET \
  --url https://api.komerza.com/user \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>",
  "code": "<string>",
  "data": {
    "id": "<string>",
    "dateCreated": "2023-11-07T05:31:56Z",
    "email": "<string>",
    "userName": "<string>",
    "plan": "<string>",
    "twoFactorEnabled": true,
    "riskLocked": true,
    "integrations": [
      {
        "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "dateCreated": "2023-11-07T05:31:56Z",
        "application": {
          "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
          "dateCreated": "2023-11-07T05:31:56Z",
          "name": "<string>",
          "permissions": [
            "<string>"
          ],
          "userId": "<string>",
          "imageName": "<string>",
          "termsOfServiceLink": "<string>",
          "privacyPolicyLink": "<string>"
        }
      }
    ],
    "apiKeys": [
      {
        "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "dateCreated": "2023-11-07T05:31:56Z",
        "label": "<string>",
        "ipAddresses": [
          "<string>"
        ],
        "scopes": [
          "<string>"
        ],
        "userId": "<string>"
      }
    ],
    "disabledPaymentMethods": {},
    "stripeEnabled": true,
    "squareEnabled": true,
    "paypalBusinessEnabled": true,
    "isCryptoEnabled": true,
    "isSumUpEnabled": true,
    "isAuthorizeNetEnabled": true,
    "restrictedPaymentMethods": [
      "<string>"
    ],
    "riskLockedPaymentMethods": [
      "<string>"
    ],
    "stores": [
      {
        "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "dateCreated": "2023-11-07T05:31:56Z",
        "name": "<string>",
        "description": "<string>",
        "url": "\n                store\n            ",
        "currencyCode": "<string>",
        "prependProductNameToReceipt": true,
        "isAutomaticReviewsEnabled": true,
        "rating": 123,
        "domain": "<string>",
        "isCustomerBalanceEnabled": true,
        "branding": {
          "isAutomaticCurrencyConversionEnabled": true,
          "bannerFileName": "<string>",
          "iconFileName": "<string>",
          "accentColor": "<string>"
        },
        "customDomain": "<string>",
        "scopes": [
          "<string>"
        ],
        "maintenanceReason": "<string>",
        "affiliateOptions": {
          "isEnabled": true,
          "defaultReturnPercentage": 50,
          "canConvertAffiliateBalance": true,
          "isPublicRegistrationEnabled": true,
          "isLinkEditingEnabled": true,
          "defaultPercentageOff": 50
        }
      }
    ],
    "integrationErrorReports": [
      {
        "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "dateCreated": "2023-11-07T05:31:56Z",
        "reason": "<string>",
        "gateway": "<string>",
        "reporter": "<string>",
        "resolved": true,
        "type": "<string>",
        "userId": "<string>"
      }
    ],
    "lastPasswordUpdate": "2023-11-07T05:31:56Z",
    "signals": {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "dateCreated": "2023-11-07T05:31:56Z",
      "countryCode": "<string>",
      "userId": "<string>",
      "registrationIpAddress": "<string>",
      "registrationFingerprint": "<string>",
      "verificationStatus": "<string>",
      "fullName": "<string>",
      "addressLine1": "<string>",
      "addressLine2": "<string>",
      "city": "<string>",
      "region": "<string>",
      "postalCode": "<string>",
      "legalEntityType": "<string>",
      "taxId": "<string>"
    },
    "discordWebhookUrl": "<string>",
    "subscription": {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "dateCreated": "2023-11-07T05:31:56Z",
      "expiryDate": "2023-12-25",
      "autoRenew": true,
      "userId": "<string>",
      "lastSyncedAt": "2023-11-07T05:31:56Z",
      "startedDate": "2023-12-25",
      "stripeCustomerId": "<string>",
      "stripeSubscriptionId": "<string>",
      "nextBillingDate": "2023-12-25",
      "status": "<string>",
      "trialEndDate": "2023-12-25",
      "priceId": "<string>",
      "billingCycleAnchor": "2023-11-07T05:31:56Z",
      "cancelAt": "2023-11-07T05:31:56Z",
      "canceledAt": "2023-11-07T05:31:56Z"
    },
    "refreshAt": "2023-11-07T05:31:56Z",
    "cashAppOptions": {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "isEnabled": true,
      "isRestricted": true,
      "isRiskLocked": true,
      "userId": "<string>",
      "isAcceptingRequests": true,
      "notesVersion": 0,
      "restrictionReason": "<string>",
      "email": "<string>",
      "tag": "<string>"
    },
    "payPalOptions": {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "isEnabled": true,
      "isRestricted": true,
      "isRiskLocked": true,
      "userId": "<string>",
      "isUsingLegacyEmails": true,
      "isFriendsAndFamilyEnabled": true,
      "isAcceptingRequests": true,
      "isAcceptingHeldPayments": true,
      "notesVersion": 0,
      "restrictionReason": "<string>",
      "email": "<string>",
      "payPalEmail": "<string>"
    },
    "payPalBusinessOptions": {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "isEnabled": true,
      "isRestricted": true,
      "isRiskLocked": true,
      "userId": "<string>",
      "isUsingLegacyIntegration": true,
      "restrictionReason": "<string>",
      "oAuthClientId": "<string>",
      "emailAddress": "<string>"
    },
    "stripeOptions": {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "isEnabled": true,
      "isRestricted": true,
      "isRiskLocked": true,
      "userId": "<string>",
      "requireBillingInformation": true,
      "restrictionReason": "<string>",
      "paymentMethodConfigurationId": "<string>",
      "publishableKey": "<string>"
    },
    "squareOptions": {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "isEnabled": true,
      "isRestricted": true,
      "isRiskLocked": true,
      "userId": "<string>",
      "applicationId": "<string>",
      "locationId": "<string>",
      "restrictionReason": "<string>"
    },
    "cryptocurrencyOptions": {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "isEnabled": true,
      "isRestricted": true,
      "isRiskLocked": true,
      "userId": "<string>",
      "enabledCryptocurrencies": [
        "<string>"
      ],
      "payoutCryptocurrency": "<string>",
      "automaticPayoutThreshold": 123,
      "isPayoutsLocked": true,
      "restrictionReason": "<string>",
      "nowPaymentsId": "<string>",
      "payoutAddress": "<string>",
      "payoutSchedule": "<string>"
    },
    "ownedReferralLink": "<string>",
    "referralLink": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Your API key goes here

Response

The object was successfully returned.

Represents a default generic response for API endpoints.

success
boolean
required

Indicates whether the operation or response was successful.

message
string | null

A descriptive message providing additional context or information about the response.

code
string | null

The error code (if there was an error) to use when referencing the error

data
object

Represents a user with detailed merchant-related information.