Headers
Global Webshop Client Id
UUID of the sales channel
Response
200 - application/json
Successful response
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": {}
}
}Get the current client
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": {}
}
}Global Webshop Client Id
UUID of the sales channel
Successful response
Show child attributes