Contact Management
This API allows you to manage user contacts, including retrieving, creating/updating, and deleting contacts associated with a user.
See Contacts API Reference: https://docs.scalar.com/editor#/reference/tag/contacts
OverviewCopied!
This documentation provides a guide to the Contact API, which enables users to create, retrieve, and manage contact information within the system. The API is designed to support secure, efficient communication between client applications and the backend service, ensuring that contact data is handled safely and consistently. Whether you are building a new integration or enhancing an existing application, this guide will help you understand the available endpoints, request formats, and authentication requirements for working with the Contact API.
Endpoints OverviewCopied!
Method |
Endpoint |
Description |
---|
GET |
|
Retrieve all contacts associated with a specified user. |
GET |
|
Fetch detailed in formation about a specific contact identified by email. |
PATCH |
|
Create a new contact or update an existing one by email. |
DELETE |
|
Delete an existing contact identified by email. |