GET /api/msg/contacts/search/:term
| Method | GET |
| Path | /api/msg/contacts/search/:term |
| Group | Msg |
| Auth | session cookie |
| Source | shared/api-core/src/routes/msg.ts |
Call it
curl -X GET https://zeqsdk.com/api/msg/contacts/search/:term
Requires an authenticated session — sign in first; the session cookie is sent automatically by the browser/SDK.
Reference
- Group: Msg
- Drive it from any client — the TypeScript SDK, Python, CLI, and MCP server all wrap the same routes.