Getting Insufficient Permissions error though I have Pro account

Post author
Hari Dornala

I have a pro account on Crunchbase. I have generated Crunchbase Basic API Key and when I tried to search for organizations it is giving the following error

 Client error: `POST https://api.crunchbase.com/api/v4/searches/organizations` resulted in a `400 Bad Request` respo
  nse:
  [{"message":"insufficient permissions to read field categories","code":"MD403","entity_def_id":"organization","fiel
  d_id" (truncated...)

Please help

 

Comments

2 comments

  • Comment author
    Pakin Wirojwatanakul

    I also have the same issue. When I run the example "Countries in Europe with funding between 25m and 100m usd", I get:

    [
    {
    "message":"insufficient permissions to read field categories",
    "code":"MD403",
    "entity_def_id":"organization",
    "field_id":"categories",
    "entitlement_ids":[]
    },
    {
    "message":"insufficient permissions to search field funding_total",
    "code":"MD403",
    "entity_def_id":"organization",
    "field_id":"funding_total",
    "entitlement_ids":[]
    }
    ]

     

    0
  • Comment author
    Hitesh Chavda

    I also have the same issue. When I run the example "Countries in Europe with funding between 25m and 100m usd", I get:

    [
    {
    "message":"insufficient permissions to read field categories",
    "code":"MD403",
    "entity_def_id":"organization",
    "field_id":"categories",
    "entitlement_ids":[]
    },
    {
    "message":"insufficient permissions to search field funding_total",
    "code":"MD403",
    "entity_def_id":"organization",
    "field_id":"funding_total",
    "entitlement_ids":[]
    }
    ]
    1

Post is closed for comments.