Get a list of suppliers
cURL
curl --request GET \ --url https://www.manglai.io/api/v1/suppliers \ --header 'Authorization: Bearer <token>'
{ "data": [ "<unknown>" ], "pagination": { "page": 1, "limit": 10, "total": 100 } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Page number
Limit
CompanyId
"c5b87f15-33ed-4522-90eb-d23473ab911d"
Type
suppliers
clients
ExternalId
Query
A list of suppliers
Show child attributes