GET
/
api
/
pharmaceutical-companies
curl --request GET \
  --url https://api-v2.vitau.mx/api/pharmaceutical-companies/ \
  --header 'X-API-KEY: <api-key>'
{
  "count": 123,
  "next": "<string>",
  "previous": "<string>",
  "results": [
    {
      "id": 123,
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z",
      "name": "<string>"
    }
  ]
}

Authorizations

X-API-KEY
string
header
required

Query Parameters

A search term.

ordering
string

Which field to use when ordering the results.

page
integer

A page number within the paginated result set.

limit
integer

Number of results to return per page.

Response

200 - application/json
count
integer
required
results
object[]
required
next
string | null
previous
string | null