Minted Connect
  1. Customers
Minted Connect
Walletable E-Commerce
  • Partner
  • E-Commerce API
  • Embedded Webview
  • Walletable E-Commerce
  • Customers
    • Create Customer
      POST
    • Update Customer
      PATCH
    • Remove Customer Id
      DELETE
    • Get Customer
      GET
  • Products
    • Get Products
      GET
  • Summary
    • Get Summary
      GET
    • Post Summary
      POST
    • Summary Buy
      POST
    • Summary Sell
      POST
    • Summary Delivery
      POST
  • Excel Import
    • Import Queue
      POST
    • Import Status
      GET
  1. Customers

Get Customer

Testing
Testing Env
https://api.staging.mintedconnect.com
Testing Env
https://api.staging.mintedconnect.com
GET
https://api.staging.mintedconnect.com
/partner/customer/{{external_customer_id}}
Last modified:2025-12-24 08:15:41
Maintainer:Not configured

Request

Authorization
Provide your encrypted digest scheme data in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Digest username=guest, realm="test", nonce="2", uri="/uri", response="***"
Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://api.staging.mintedconnect.com/partner/customer/MTD0018232' \
--header 'api-version: 2' \
--header 'api-version: 3' \
--header 'x-client-id: web' \
--header 'Accept-Language: tr' \
--header 'Authorization: Digest <parameters>'

Responses

🟢200OK
application/json
Body

Example
{
    "data": {
        "external_id": "test0101010",
        "firstname": "Minted",
        "middlename": "",
        "lastname": "User",
        "fullname": "Minted User",
        "email": "[email protected]",
        "phone": "+905111111111",
        "gender": "M",
        "identity_number": null,
        "birthdate": null,
        "wallets": [
            {
                "customer_name": "Minted User",
                "name": "Gold Wallet",
                "type": "regular",
                "company_id": 2000000,
                "company_name": "The Minted App Ltd",
                "currency_id": 1000004,
                "currency_symbol": "",
                "currency_code": "MAU",
                "is_cash": false,
                "balance": 0,
                "blocked": 0,
                "real_balance": 0
            },
            {
                "customer_name": "Deneme deneme",
                "name": "Silver Wallet",
                "type": "regular",
                "company_id": 2000000,
                "company_name": "The Minted App Ltd",
                "currency_id": 1000005,
                "currency_symbol": "",
                "currency_code": "MAG",
                "is_cash": false,
                "balance": 0,
                "blocked": 0,
                "real_balance": 0
            },
            {
                "customer_name": "Deneme deneme",
                "name": "Cash Wallet",
                "type": "regular",
                "company_id": 2000000,
                "company_name": "The Minted App Ltd",
                "currency_id": 1000000,
                "currency_symbol": "£",
                "currency_code": "GBP",
                "is_cash": true,
                "balance": 0,
                "blocked": 0,
                "real_balance": 0
            }
        ]
    },
    "success": true,
    "code": 0,
    "message": ""
}
Modified at 2025-12-24 08:15:41
Previous
Remove Customer Id
Next
Get Products
Built with