生産準備のモバイルインフラHTTPS API・Android・iOS・ドキュメントエンドツーエンドプラットフォームを探索する
プラットフォームAPIファーストアーキテクチャセキュアなデバイスペアリング配信可視性多デバイス制御版文書
開発者ハブ/API の呼び出し

CALL · 文書化された 3 つの操作

API ドキュメントの呼び出し

接続されたモバイル デバイスによって同期された、不在着信、応答済みの着信および発信通話を取得します。

通話とライブ分析を管理する接続されたスマートフォン
REST ベース URLhttps://api.smsmobileapi.com

JSON 応答 · HTTPS が必要 · UTF-8

API キーを接続します

一度接続し、SMS、通話、通知、WhatsApp、電子メール全体でエンドポイントをテストします。

ここから開始

4 つのステップで最初のリクエストを実行します

1

電話を接続し、通話同期を有効にします。

2

ダッシュボードから API キーをコピーします。

3

不在リストまたは受信リストのエンドポイントを呼び出します。

4

制限とオフセットを使用してページ分割し、タイムスタンプを UTC で保存します。

The secure SMSMobileAPI mobile app connecting a phone to the web dashboard and REST API for SMS and call operations
Encrypted mobile-to-platform connection

Official mobile application

The secure bridge between your phone, dashboard and API.

SMS and call operations pass through the official SMSMobileAPI app installed on your connected phone. The app securely pairs the device with your account, synchronizes authorized events and links the mobile network to the dashboard and REST API.

1Mobile appPairs the phone and its SIM 2Encrypted linkAuthenticates and protects data in transit 3Dashboard & APIControls workflows and activity
  • Signed releases distributed through the official Google Play and Apple App Store listings
  • Google and Apple platform review, signing and distribution controls
  • Secure device pairing, HTTPS transport and authenticated API access
  • Only the permissions required for the mobile features you enable
Get the official SMSMobileAPI app on Google Play Download the official SMSMobileAPI app on the Apple App Store
Capabilities depend on the permissions and background access allowed by Android or iOS.

認証

認証情報をサーバー上に保持します

呼び出しエンドポイントは apikey クエリ パラメータを使用します。 API は、通話アクティビティを返す前に、キーとアクティブなサブスクリプションの両方を検証します。

統合する前に
  • バックグラウンドのオペレーティング システムの制限により、モバイル通話の同期が数分遅れる可能性があります。テスト時にアプリを開いて手動同期をリクエストします。
得る

不在着信のリスト

#
ENDPOINThttps://api.smsmobileapi.com/call/missed/list/

不在着信を最新から古い順に返します。

いつ使用するか

コールバックをトリガーするために使用します。

パラメータ

名前タイプ要件説明
apikey 必須 API キー。
offset 整数 オプション ページネーション オフセット。デフォルトは 0。
limit 整数 オプション リクエストごとの行数。デフォルトは 100、最大は 500。
search オプション 発信者番号またはキャッシュされた名前を検索します。
date_start 年-月-日 オプション この日の 00:00:00 からの通話を含めます。
date_end 年-月-日 オプション この日の 23:59:59 までの通話が含まれます。

リクエストの例

カール
curl "https://api.smsmobileapi.com/call/missed/list/?apikey=YOUR_API_KEY&offset=0&limit=100"

回答例

JSON
{
  "success": true,
  "offset": 0,
  "limit": 100,
  "count": 1,
  "data": [{"number": "+15551230001", "name": "Alex Carter", "date": "2026-03-20 16:12:28"}]
}

これを実行したいrequest? Connect your API key at the top of the page to unlock the interactive tester.

接続キー ↑
得る

応答された着信通話をリストします

#
ENDPOINThttps://api.smsmobileapi.com/call/incoming/list/

応答した着信通話を、継続時間、タイムスタンプ、キャッシュされた連絡先詳細とともに返します。

いつ使用するか

通話レポート、CRM 履歴、および顧客サービス指標。

パラメータ

名前タイプ要件説明
apikey 必須 API キー。
limit 整数 オプション デフォルトは 50、最大 200。
offset 整数 オプション ページネーション オフセット。
sort_by 列挙型 オプション call_date_ms、call_datetime_utc、duration_sec、phone_number、 created_at、cached_name、または geo_location。
sort_dir asc | desc オプション デフォルトの説明
date_from_ms Unix ミリ秒 オプション 最小通話タイムスタンプ。
date_to_ms Unix ミリ秒 オプション 最大通話タイムスタンプ。
q オプション 検索電話番号またはキャッシュname.

リクエストの例

カール
curl "https://api.smsmobileapi.com/call/incoming/list/?apikey=YOUR_API_KEY&limit=50&sort_by=call_date_ms&sort_dir=desc"

回答例

JSON
{
  "success": true,
  "count": 1,
  "rows": [{
    "phone_number": "+15551230010",
    "cached_name": "Jordan Blake",
    "call_date_ms": 1774027779390,
    "call_datetime_utc": "2026-03-20 17:29:39",
    "duration_sec": 23,
    "geo_location": "Canada"
  }]
}

これを実行したいrequest? Connect your API key at the top of the page to unlock the interactive tester.

接続キー ↑
得る

発信通話をリストします

#
ENDPOINThttps://api.smsmobileapi.com/call/outgoing/list/

接続されたデバイスから発信された通話を返します。

いつ使用するか

通話タイムラインを完了し、発信アクティビティを分析するために使用します。

パラメータ

名前タイプ要件説明
apikey 必須 API キー。
limit 整数 オプション デフォルトは 50、最大 200。
offset 整数 オプション ページネーション オフセット。
sort_by 列挙型 オプション call_date_ms、call_datetime_utc、duration_sec、phone_number、 created_at、cached_name、または geo_location。
sort_dir asc | desc オプション デフォルトの説明
date_from_ms Unix ミリ秒 オプション 最小通話タイムスタンプ。
date_to_ms Unix ミリ秒 オプション 最大通話タイムスタンプ。
q オプション 検索電話番号またはキャッシュname.

リクエストの例

カール
curl "https://api.smsmobileapi.com/call/outgoing/list/?apikey=YOUR_API_KEY&limit=50&offset=0&sort_by=call_date_ms&sort_dir=desc"

回答例

JSON
{
  "success": true,
  "count": 1,
  "rows": [{
    "phone_number": "+15551230020",
    "cached_name": "Casey Morgan",
    "call_date_ms": 1774025965645,
    "call_datetime_utc": "2026-03-20 16:59:25",
    "duration_sec": 61,
    "geo_location": "Canada"
  }]
}

これを実行したいrequest? Connect your API key at the top of the page to unlock the interactive tester.

接続キー ↑

トラブルシューティング

エラーと安全な再試行

再試行する前に、HTTP ステータスと JSON エラー フィールドを読み取ります。最初にリクエストを修正せずに、検証または認証の失敗を再試行しないでください。

HTTPコード対処方法
400missing_apikeyapikey パラメータが欠落しているか空です。
403invalid_apikeyキーがありません。
403api_expiredキーにリンクされているサブスクリプションの有効期限が切れています。
500server_errorリクエストは通話サービスによって完了できませんでした。
再試行ルール一時的な 429 応答と 5xx 応答のみを再試行します。 1 秒後に開始し、2 秒、4 秒、8 秒に戻ります。

ヘルプが必要ですか?

シークレットではなくリクエスト コンテキストを提供します。

エンドポイント、タイムスタンプ、HTTP ステータス、サニタイズされたレスポンスを共有します。 API キー、トークン、プライベート メッセージ コンテンツは決して含めないでください。

API サポートに問い合わせる →