# Submit data append request as JSON: curl -H "Authorization: Basic BASE64_ENCODED_PUBLIC_KEY_AND_PRIVATE_KEY" \ -H "Content-Type: application/json" \ -X POST \ -d '{"caller_id":"+18004506787","fetch_type":"address"}' \ "https://[your-subdomain].trackdrive.com/api/v1/data_append"
Param name |
Description
Validations
|
---|---|
caller_number Required |
The caller number to retrieve data for.
|
fetch_type Required |
The type of data retrieval to perform. This incurs a per API request usage charge on your company based on append type, with the exception of free_zip_code.
|
columns Optional |
Specify the columns you would like returned, e.g. columns=zip_code,city,state
|