LearnGraph LoginRequest a Demo
HomeAPIBulk DataSayari LibraryChange Log
  • Key Concepts
    • Introduction
    • Endpoint Overview
    • Authentication
    • Requests
    • Pagination
    • Response Status Codes
    • Data Types
    • Rate Limits
  • API Clients
    • Overview
    • Open API
    • Postman
    • Go
    • Python
    • Node
  • API Reference
  • Guides
    • Getting Started
    • Understanding Project Entity
    • Risk Factors
    • Entity Search
    • Advanced Entity Search
    • Resolution
    • Trade Search - Shipments
    • Trade Search - Suppliers & Buyers
    • v0 Migration
  • Implementation Patterns
    • Project Entity Supply Chain
  • Use Cases
    • Entity Screening & Verification
    • Investigations
LogoLogo
LearnGraph LoginRequest a Demo
API ReferenceProject Entity

Beta
POST
/v1/projects/:project_id/entities/exists
POST
/v1/projects/:project_id/entities/exists
1curl -X POST https://api.sayari.com/v1/projects/YVB88Y/entities/exists \
2 -H "Authorization: Bearer <token>" \
3 -H "Content-Type: application/json" \
4 -d '{
5 "name": [
6 "Example Company"
7 ],
8 "country": [
9 "USA"
10 ]
11}'
Try it
200Successful
1{
2 "data": {
3 "project_entity_id": "Gam5qG"
4 }
5}
Was this page helpful?
Previous

Save Project Entity

Next
Built with
Checks if a project entity with the given attributes already exists.
Project Entity Exists

Authentication

AuthorizationBearer

OAuth authentication of the form <token>.

Path Parameters

project_idstringRequired

Request

This endpoint expects an object.
identifierlist of strings or integers or doublesOptional
namelist of stringsOptional
countrylist of stringsOptional
addresslist of stringsOptional
date_of_birthlist of stringsOptional
contactlist of strings or integers or doublesOptional
typelist of stringsOptional
citylist of stringsOptional
statelist of stringsOptional
custom_{field name}stringOptional
<Warning>This property is in beta and is subject to change. It is provided for early access and testing purposes only.</Warning> custom user key/value pairs (key must be prefixed with "custom_" and value must be "string" type)

Response

This endpoint returns an object.
dataobject

Errors

This property is in beta and is subject to change. It is provided for early access and testing purposes only.
custom user key/value pairs (key must be prefixed with “custom_” and value must be “string” type)