Skip to main content
GET
/
company_sizes
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"
    },
    "..."
  ]
}

Authorizations

pubrio-api-key
string
header
required

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.

Response

Successful response containing company size details.

data
object[] | null

Response info depends on specific endpoint.