Recommend Company

Recommend a Company Name to be added in the Intellizence database

POST /api/v1/recommend-company HTTP/1.1

Request body

{
            "name": "company_name",
            "domain": "company_domain_name",
            "notes": "notes"
}

Response body

{
            "status": "status_code",
            "message": "status_message",
            "recommendation":{
                  "id": "recommendation_id",
                  "ETA": "ETA"
            }
}                                   

Last updated