Crunchbase API issue with collection_ids Answered

I am trying to retrieve more information about funds using crunchbase API. I will describe the path i am following:
first on autocomplete request i ask for a found filtering by collections_id funds. At that point im having the funds so i select the one i want more info and then make a secont request: curl --request GET \
     --url https://api.crunchbase.com/v4/data/entities/funds/a545c8b2-6a96-b0e4-1906-730d06265d3e \
     --header 'X-cb-user-key: "my-api-key' \
     --header 'accept: application/json'

and i fot this error.
{
  "error": "unknown collection_id",
  "code": "CS102"
}
anyone know how to solve it? or what i am doing wrong?

Comments

1 comment

Post is closed for comments.