| API | Protocol | Base URL | Docs | Reference | OpenAPI | SDKs |
|---|---|---|---|---|---|---|
| Main | rest | https://api.sansan.com/ | link | — | — | — |
Actions (33)
管理API · 7
- Create Access Control PatternPOST /admin/accessControl/pattern
Create a new access control pattern.
documented - Create Department Access PatternPOST /admin/accessControl/department/{departmentId}/pattern
Create an access pattern for a department.
documented - Delete Access Control PatternDELETE /admin/accessControl/pattern/{id}
Delete an access control pattern by ID.
documented - Get Department Access PatternGET /admin/accessControl/department/{departmentId}/pattern
Get access control patterns for a given department.
documented - List Access Control PatternsGET /admin/accessControl/pattern{?nextPageToken}
List access control patterns with optional nextPageToken.
documented - List Admin DepartmentsGET /admin/departments
List departments accessible to admins.
documented - Update Access Control PatternPUT /admin/accessControl/pattern/{id}
Update an existing access control pattern by ID.
documented
名刺API · 6
- Create BizCardPOST /bizCards
Register a new BizCard with provided fields (name, company, contact details, tags, etc.).
documented - Get BizCardGET /bizCards/{id}
Fetch a BizCard by its Sansan ID; if the BizCard is part of a merged group, returns the latest merged BizCard.
documented - Get BizCard imageGET /bizCards/{id}/image
Return the image (front or back) of the specified BizCard; optional side parameter selects front or back.
documented - List BizCard tagsGET /bizCards/{id}/tags
List tags attached to a BizCard; supports pagination via nextPageToken and limit.
documented - List BizCards (criteria)GET /bizCards/search
Retrieve BizCards that match given search criteria (companyName, name, email, tag, etc.).
documented - List BizCards (period)GET /bizCards
Retrieve a set of BizCards updated within a specified date range using updatedFrom/updatedTo and pagination/ordering options.
documented
組織API · 5
- Check Organization Import StatusGET /organization/jobs/{importId}
Check the status of a previously scheduled organization import job.
documented - Get Organization Import ResultsGET /organization/jobs/{importId}/result
Retrieve the results of an organization import job (CSV format) when complete.
documented - List Organization DepartmentsGET /organization/departments{?delimiter}
List departments in the organization; supports CSV delimiter option.
documented - List Organization UsersGET /organization/users{?delimiter}
List users registered in the organization; can return CSV if delimiter is specified.
documented - Schedule Organization ImportPOST /organization/jobs{?delimiter}
Schedule an organization import (departments and users) for later processing.
documented
コンタクトAPI · 3
- Create ContactPOST /reports
Register a new contact (report) with details such as time, attendees, type, and related fields.
documented - List Contacts (criteria)GET /reports{?nextPageToken,category,type,range,orderBy,orderDirection,limit}
Retrieve contacts by criteria (category, type, range, etc.) with pagination.
documented - List Contacts (period)GET /reports
Retrieve a set of contact records updated within a period; supports pagination and filters.
documented
データインポート · 3
- Import BizCards (admin)POST /admin/import/bizCards
Admin bulk import of BizCards.
documented - Import BizCards Images (admin)POST /admin/import/bizCards/images
Upload front/back images for admin BizCard import (multipart).
documented - Import Contacts (admin)POST /admin/import/reports
Admin bulk import of contact data (reports) for batch processing.
documented
利用するメールソフト · 3
- Get Email Client SettingsGET /organizationSettings/emailClient
Get the configured default/organization email client.
documented - Set Email Client (Alt)PUT /organizationSettings/emailClient
Alias endpoint for setting email client to initial value (same as organizationSettings/emailClient PUT).
documented - Set Email Client SettingsPUT /organizationSettings/emailClient
Set the initial email client and encoding for new users.
documented