Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.pricenow.dev/api/clients/current \ --header 'accept-language: <accept-language>' \ --header 'pratiq-channel-uuid: <pratiq-channel-uuid>'
{ "data": { "id": 123, "name": "<string>", "supportEmail": "<string>", "supportPhone": "<string>", "currency": "<string>", "logoUrl": "<string>", "applicationUrl": "<string>", "localization": { "default": { "id": 123 }, "additional": [ { "id": 123 } ] }, "payment": { "enableMarketplaceSplits": true, "supportedPaymentMethods": [], "supportedVoucherSystem": "INCERT", "merchantId": "<string>", "googlePayMerchantId": "<string>", "enableGooglePay": true, "enableApplePay": true }, "causeWeCare": { "proportionAmount": 123 }, "preferredCountrySuggestions": [ "<string>" ], "personFieldsDefinition": {}, "loginProviders": [] } }
Get the current client
Language of the response
en
de
fr
it
UUID of the sales channel
Successful response
Show child attributes