Minted Connect
    Minted Connect
    Embedded Webview
    • Partner
    • E-Commerce API
    • Embedded Webview
    • Create Token
      POST

      Create Token

      Developing
      Testing Env
      https://api.staging.mintedconnect.com
      Testing Env
      https://api.staging.mintedconnect.com
      POST
      https://api.staging.mintedconnect.com
      /partner/token
      Last modified:2025-07-04 21:18:07
      Maintainer:Not configured

      Request

      Authorization
      Send your HTTP requests with an
      Authorization
      header that contains the word Basic followed by a space and a base64-encoded string username:password
      Example:
      Authorization: Basic *****************
      Header Params
      x-client-id
      string 
      required
      Default value: web
      Default:
      web
      api-version
      string 
      optional
      Latest version: 3
      Default:
      3
      Accept-Language
      string 
      optional
      Default:
      tr
      Body Params application/json
      customer_external_id
      string 
      required
      Example
      {
          "customer_external_id": "string"
      }

      Request 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 --request POST 'https://api.staging.mintedconnect.com/partner/token' \
      --header 'x-client-id;' \
      --header 'api-version: 3' \
      --header 'Accept-Language: tr' \
      --header 'Content-Type: application/json' \
      --header 'Authorization: Basic Og==' \
      --data-raw '{
          "customer_external_id": "string"
      }'

      Responses

      🟢200Success
      application/json
      Body
      object {0}
      Example
      {}
      Modified at 2025-07-04 21:18:07
      Built with