cURL
curl --request GET \ --url https://connect.withvayu.com/catalogProducts \ --header 'Authorization: Bearer <token>'
{ "catalogProducts": [ { "name": "<string>", "description": "<string>", "externalId": "<string>", "id": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ], "total": 123, "hasMore": true, "nextCursor": "<string>" }
Get a list of Catalog products.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1 <= x <= 1000
RequestSuccess
The response is of type object.
object