API Reference
contacts
Purpose
This group contains endpoints tagged together in the OpenAPI spec. Use the summaries below to understand what each endpoint does.
When to use
- Prefer calling APIs from your backend to avoid exposing secrets.
- Handle errors consistently and log request IDs for support.
Endpoints (6)
Click an endpoint to jump to its details.
/contactsList all contacts (optional filter for P2P)
No detailed description provided for this operation in the OpenAPI spec.
/contactsCreate a contact
No detailed description provided for this operation in the OpenAPI spec.
/contacts/{id}Delete a contact
No detailed description provided for this operation in the OpenAPI spec.
/contacts/{id}Get one contact by ID
No detailed description provided for this operation in the OpenAPI spec.
/contacts/{id}Update a contact (partial)
No detailed description provided for this operation in the OpenAPI spec.
/contacts/bulkBulk-import contacts
Import multiple contacts at once (e.g. from device contacts). Only users registered on the platform are added; others are skipped with a reason.