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>"
}
}
]
}Get the base information of all providers
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>"
}
}
]
}