GET
/
check
curl --request GET \
  --url https://api.truecall.com/check
{
  "tc_req_id": "bnqtkot35h9bxgqi8ymva70x1easzqb7l7lt",
  "tc_status": "success",
  "tc_insights": {
    "source_url": "<string>",
    "ip": [
      "<string>"
    ],
    "city": "<string>",
    "country": "<string>",
    "country_iso": "<string>",
    "timezone": 123,
    "platform": "<string>",
    "user_agent": "<string>",
    "browser_name": "<string>",
    "created_at": 123
  }
}

Query Parameters

api_key
string
required

Campaign's API key

tc_id
string
required

TrueCall session ID

insights
string

Session data to include in the response.

Available options are:

source_url | ip | city | country | country_iso | timezone | platform | user_agent | browser_name | created_at_ts | created_at_iso

Those can be combined to get specifically what's needed:

insights=source_url,city,country,created_at_iso

Response

200 - application/json
Check response
tc_req_id
string
Example:

"bnqtkot35h9bxgqi8ymva70x1easzqb7l7lt"

tc_status
enum<string>
Available options:
success
Example:

"success"

tc_insights
object | null