Skip to main content
GET
/
api
/
clients
/
current
cURL
curl --request GET \
  --url https://api.pricenow.dev/api/clients/current \
  --header 'pratiq-client-id: <pratiq-client-id>'
{
  "data": {
    "id": 123,
    "name": "<string>",
    "supportEmail": "<string>",
    "supportPhone": "<string>",
    "currency": "<string>",
    "logoUrl": "<string>",
    "payment": {
      "enableMarketplaceSplits": true,
      "supportedPaymentMethods": [
        "TWI"
      ],
      "supportedVoucherSystem": "<any>",
      "merchantId": "<string>",
      "googlePayMerchantId": "<string>",
      "enableGooglePay": true,
      "enableApplePay": true
    },
    "causeWeCare": {
      "proportion": "ABSOLUTE",
      "proportionAmount": 123
    },
    "preferredCountrySuggestions": [
      "<string>"
    ],
    "personFieldsDefinition": {}
  }
}

Headers

pratiq-client-id
required

Global Webshop Client Id

pratiq-channel-uuid
string

UUID of the sales channel

Response

200 - application/json

Successful response

data
object
required