cerebrate-project / cerebrate

Cerebrate is an open-source platform meant to act as a trusted contact information provider and interconnection orchestrator for other security tools.
https://www.cerebrate-project.org/
GNU Affero General Public License v3.0
82 stars 16 forks source link

API does not work properly / is there a feature of mass importing ? #124

Open Piuliss opened 1 year ago

Piuliss commented 1 year ago

Hi Team, We want to use the API and integrate Cerebrate with others internal projects, but I have several problems to use it. Currently we are using the Cerebrate version 1.11 Cerebrate version

The thing is that I am trying to use Postman. If I follow the API documentation I got this: Screen Shot 2023-01-23 at 10 05 28

But for some reason I put .json and I got this Screen Shot 2023-01-23 at 10 06 24

However, if I remove the auth key, it works, looks to be a security bug. Screen Shot 2023-01-23 at 10 12 16

This API is returning the HTML page in the response . Screen Shot 2023-01-23 at 10 06 14 With JSON does not work Screen Shot 2023-01-23 at 10 05 36

Do you know if the API currently is stable enough to use it? , or these are bug for my bad settings ?

PD: For creating the Auth key I am using this UI

Screen Shot 2023-01-23 at 10 18 05

BTW, we are trying to do a mass importing of contacts, there is a way to import CSV or Excel file with individuals/organizations ?

Piuliss commented 1 year ago

Hi guys, anything we can help with this ? Maybe we could have a dev meeting and we can collaborate with the source code.