getVendors
Endpoint
GET /api/vendors
Request Headers
{
"Accept": "application/json",
"Content-Type": "application/json",
"Bearer Token": "17|YROk6eOAMh8596SAONJr8KwQGzmqLXPaTBx5QdBn09989ab0"
}
Request Body
{
}
Response Body (200)
[
{
"id": 1,
"name": "Travel agency",
"alias_name": "Alias Name",
"outer_picture": "http://0.0.0.0:8035/storage/01K5ENBKPF64P3ZVV2YN87DC4X.png",
"outer_description": "Outer Description\nOuter Description\nOuter Description\n",
"promoted": true,
"content": "<p><strong>wdwd</strong></p>",
"public_view": false
},
{
"id": 4,
"name": "Life stile company",
"alias_name": null,
"outer_picture": null,
"outer_description": null,
"promoted": true,
"content": null,
"public_view": false
},
{
"id": 2,
"name": "Event agency",
"alias_name": null,
"outer_picture": null,
"outer_description": null,
"promoted": false,
"content": null,
"public_view": true
},
{
"id": 3,
"name": "University",
"alias_name": null,
"outer_picture": null,
"outer_description": null,
"promoted": false,
"content": null,
"public_view": true
}
]
Response Body (401)
{
"message": "Unauthenticated."
}
20 November 2025