cURL
curl --request GET \ --url https://api.pubrio.com/company_sizes \ --header 'pubrio-api-key: <api-key>'
{ "data": [ { "company_size_id": 1, "slug": "1-20", "name": "1 - 20" }, "..." ] }
Retrieve the list of company size categories for filtering.
A unique API token that represents the actions you perform through the API and the corresponding permissions and operations. You can create it through the Settings section.
Successful response containing company size details.
Response info depends on specific endpoint.