Get companies index
Get the first page of the companies index.
GET https://api.mediux.io/companies
- Follow meta.nextPage to continue.
Response format, pagination and caching.
Response examples
Section titled “Response examples”companies index
Section titled “companies index”Status: 200 OK
{ "data": [ { "id": 1, "name": "Example" } ], "meta": { "page": 1, "totalPages": 1, "nextPage": null }}