Sales Connect
These endpoints are dedicated to find companys.
List
Search companys.
HTTP Request
Request type
POST
Endpoint
https://api.datenly.com/api/salesconnect/companys/search
Body Parameters
Parameter | Type | Description |
---|---|---|
name | Array | List of names |
uuid | Array | List of uuid |
Example
Request
curl --location --request POST 'https://api.datenly.com/api/salesconnect/companys/search' \
--header 'Authorization: <token>' \
--form 'uuid="69e1b-e9fe-5d31-b34b-4bafaeae6b5b"' \
--form 'uuid="3887b270-ea38-5504-b625-6b933690e671"' \
--form 'name="datenly"'\
--form 'name="konfiant"'