Skip to main content
GET
/
api
/
products
/
providers
cURL
curl --request GET \
  --url https://api.pricenow.dev/api/products/providers \
  --header 'accept-language: <accept-language>' \
  --header 'pratiq-channel-uuid: <pratiq-channel-uuid>'
{
  "data": [
    {
      "id": 123,
      "identifier": "<string>",
      "content": {
        "heroImage": {
          "asset": {
            "url": "<string>",
            "metadata": {
              "lqip": "<string>"
            }
          }
        },
        "logo": {
          "asset": {
            "url": "<string>",
            "metadata": {
              "lqip": "<string>"
            }
          }
        },
        "name": "<string>"
      }
    }
  ]
}

Headers

accept-language
enum<string>
required

Language of the response

Available options:
en,
de,
fr,
it
pratiq-channel-uuid
string
required

UUID of the sales channel

Response

200 - application/json

Successful response

data
object[]
required