ここから開始
4 つのステップで最初のリクエストを実行します
電話を接続し、通話同期を有効にします。
ダッシュボードから API キーをコピーします。
不在リストまたは受信リストのエンドポイントを呼び出します。
制限とオフセットを使用してページ分割し、タイムスタンプを UTC で保存します。
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.
- 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
認証
認証情報をサーバー上に保持します
呼び出しエンドポイントは apikey クエリ パラメータを使用します。 API は、通話アクティビティを返す前に、キーとアクティブなサブスクリプションの両方を検証します。
- バックグラウンドのオペレーティング システムの制限により、モバイル通話の同期が数分遅れる可能性があります。テスト時にアプリを開いて手動同期をリクエストします。
得る
不在着信のリスト
https://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"
回答例
{
"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.
接続キー ↑
得る
応答された着信通話をリストします
https://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"
回答例
{
"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.
接続キー ↑
得る
発信通話をリストします
https://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"
回答例
{
"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 | コード | 対処方法 |
|---|---|---|
| 400 | missing_apikey | apikey パラメータが欠落しているか空です。 |
| 403 | invalid_apikey | キーがありません。 |
| 403 | api_expired | キーにリンクされているサブスクリプションの有効期限が切れています。 |
| 500 | server_error | リクエストは通話サービスによって完了できませんでした。 |
ヘルプが必要ですか?
シークレットではなくリクエスト コンテキストを提供します。
エンドポイント、タイムスタンプ、HTTP ステータス、サニタイズされたレスポンスを共有します。 API キー、トークン、プライベート メッセージ コンテンツは決して含めないでください。


