cURL
curl --request GET \ --url https://api-v2.vitau.mx/api/products/ \ --header 'X-API-KEY: <api-key>'
{ "count": 123, "results": [ { "id": 123, "presentation": "<string>", "base": { "id": 123, "name": "<string>", "pharmaceutical_company": "<string>", "category": "<string>", "tags": { "name": "<string>", "id": 123, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }, "medical_information": { "id": 123, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "active_ingredient": "<string>", "is_generic": true, "group_number": 1073741823, "requires_prescription": true, "base_product": 123 } }, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "price": "<string>", "is_active": true, "has_shortage": true, "ean_key": "<string>", "default_image": "<string>", "name_slug": "<string>" } ], "next": "<string>", "previous": "<string>" }
A search term.
Which field to use when ordering the results.
Múltiples valores separados por comas.
A page number within the paginated result set.
Number of results to return per page.
Show child attributes
1 - 250
250
0 <= x <= 2147483647
50
Was this page helpful?