curl -H "Authorization: Basic BASE64_ENCODED_PUBLIC_KEY_AND_PRIVATE_KEY" https://subdomain.trackdrive.com/api/v1/resource
echo -n 'tdpub1234:tdprv1234' | base64
curl -H "Authorization: Basic dXNlcjpwYXNz" https://subdomain.trackdrive.com/api/v1/resource
Resource | Description |
---|---|
GET /api/v1/schedule_action_groups | List Action Group records. |
GET /api/v1/schedule_action_groups/new | Build Action Group with defaults. |
POST /api/v1/schedule_action_groups | Create Action Group. |
GET /api/v1/schedule_action_groups/:id | Get Action Group by id. |
PUT /api/v1/schedule_action_groups/:id | Update Action Group by id. |
DELETE /api/v1/schedule_action_groups/:id | Destroy Action Group by id. |
Resource | Description |
---|---|
GET /api/v1/schedule_agents | List Agent Wizard records. |
GET /api/v1/schedule_agents/new | Build Agent Wizard record with defaults. |
POST /api/v1/schedule_agents | Create Agent with Wizard. |
GET /api/v1/schedule_agents/:id | Get Agent Wizard record by id. |
PUT /api/v1/schedule_agents/:id | Update Agent Wizard record by id. |
DELETE /api/v1/schedule_agents/:id | Destroy Agent Wizard record by id. |
Resource | Description |
---|---|
GET /api/v1/call_control_actions | List Call Action records. |
GET /api/v1/call_control_actions/new | Build Call Action with defaults. |
POST /api/v1/call_control_actions | Create Call Action. |
GET /api/v1/call_control_actions/:id | Get Call Action by id. |
PUT /api/v1/call_control_actions/:id | Update Call Action by id. |
DELETE /api/v1/call_control_actions/:id | Destroy Call Action by id. |
Resource | Description |
---|---|
GET /api/v1/call_centers | List Call Center records. |
GET /api/v1/call_centers/new | Build Call Center with defaults. |
POST /api/v1/call_centers | Create Call Center. |
GET /api/v1/call_centers/:id | Get Call Center by id. |
PUT /api/v1/call_centers/:id | Update Call Center by id. |
DELETE /api/v1/call_centers/:id | Destroy Call Center by id. |
Resource | Description |
---|---|
GET /api/v1/call_dispositions | List records. |
GET /api/v1/call_dispositions/new | Build record with defaults. |
POST /api/v1/call_dispositions | Create record. |
GET /api/v1/call_dispositions/:id | Get record by id. |
PUT /api/v1/call_dispositions/:id | Update record by id. |
DELETE /api/v1/call_dispositions/:id | Destroy record by id. |
Resource | Description |
---|---|
GET /api/v1/change_logs | List Change Log records. |
GET /api/v1/change_logs/:id | Get Change Log by id. |
Resource | Description |
---|---|
GET /api/v1/charge_rollups | List billing records. |
Resource | Description |
---|---|
GET /api/v1/buyer_groups | Get buyer groups. |
GET /api/v1/buyer_groups/:id | Get an individual buyer group by id |
POST /api/v1/buyer_groups/:id | Update an individual buyer group |
PUT /api/v1/buyer_groups/:id | Update an individual buyer group |
DELETE /api/v1/buyer_groups/:id | Destroy an individual buyer group. |
Resource | Description |
---|---|
GET /api/v1/buyer_suppressions_contacts | List Buyer Suppression Caller records. |
Resource | Description |
---|---|
GET /api/v1/buyers | Get buyers. |
GET /api/v1/buyers/:id | Get an individual buyer by id |
GET /api/v1/buyers/:user_buyer_id/by_user_buyer_id | Get a buyer record by your own external ID for the buyer. |
PUT /api/v1/buyers/:id | Update an individual buyer |
GET /api/v1/buyers/new | Build buyer with defaults. |
POST /api/v1/buyers | Create a buyer. |
DELETE /api/v1/buyers/:id | Destroy an individual buyer. |
Resource | Description |
---|---|
GET /api/v1/calls | List calls. |
GET /api/v1/calls/:caller_number/by_caller_number | List calls by caller number. |
GET /api/v1/calls/live_calls | List ongoing live calls. |
GET /api/v1/calls/reports | Get statistics on calls by category. |
GET /api/v1/calls/stats | Get statistics on calls by category and interval. |
POST /api/v1/calls | Make an outbound phone call. |
GET /api/v1/calls/:id | Get a call by id or uuid. |
POST /api/v1/calls/:id | Update a call by Call ID or Call UUID with contact fields, revenue, payout, and more. |
POST /api/v1/calls/update_by_caller_id/:caller_id | Update a call's revenue and buyer_converted using the call's caller_id and offer_token |
POST /api/v1/calls/send_key_press | Send a Key Press to trigger a key press flow. |
DELETE /api/v1/calls/:id | Hang up an ongoing call. |
td_secure_token
and td_uuid
passed in a call's SIP headers. These endpoints do not require authentication with a auth_token
Resource | Description |
---|---|
PUT /api/v1/secure/:secure_token/calls/:uuid | Update a call with td_secure_token and td_uuid passed in a call's SIP headers. |
DELETE /api/v1/secure/:secure_token/calls/:uuid | Hang up an ongoing call using a td_secure_token and td_uuid passed in a call's SIP headers. |
Resource | Description |
---|---|
GET /api/v1/call_logs | Get the logs for a call. |
Resource | Description |
---|---|
GET /api/v1/call_recording_rules | List Call Recording Retention records. |
GET /api/v1/call_recording_rules/new | Build Call Recording Retention with defaults. |
POST /api/v1/call_recording_rules | Create Call Recording Retention. |
GET /api/v1/call_recording_rules/:id | Get Call Recording Retention by id. |
PUT /api/v1/call_recording_rules/:id | Update Call Recording Retention by id. |
DELETE /api/v1/call_recording_rules/:id | Destroy Call Recording Retention by id. |
Resource | Description |
---|---|
GET /api/v1/scheduled_callbacks | List scheduled callbacks. |
GET /api/v1/scheduled_callbacks/new | Returns a new Scheduled Callback |
POST /api/v1/scheduled_callbacks | Create a Scheduled Callback |
GET /api/v1/scheduled_callbacks/:id | Returns a Scheduled Callback by ID |
PUT /api/v1/scheduled_callbacks/:id | Updates a Scheduled Callback by ID |
DELETE /api/v1/scheduled_callbacks/:id | Delete a Scheduled Callback by ID |
Resource | Description |
---|---|
GET /api/v1/unblock_contact_jobs | List Clear Suppression List records. |
GET /api/v1/unblock_contact_jobs/new | Build Clear Suppression List with defaults. |
POST /api/v1/unblock_contact_jobs | Create Clear Suppression List. |
GET /api/v1/unblock_contact_jobs/:id | Get Clear Suppression List by id. |
DELETE /api/v1/unblock_contact_jobs/:id | Destroy Clear Suppression List by id. |
Resource | Description |
---|---|
GET /api/v1/collections/:type | Get a collection. |
Resource | Description |
---|---|
GET /api/v1/contacts/suppression_list | List contacts on your companies suppression list. |
POST /api/v1/contacts/:caller_id/caller_block | Mark a single lead as opt-out. Opted-out leads will no longer be sent SMS, Calls, or Emails. |
POST /api/v1/contacts/:caller_id/caller_unblock | Remove a caller from your company block list. |
GET /api/v1/contacts/:id | Get details about a contact. |
PUT /api/v1/contacts/:id | Update a contact |
DELETE /api/v1/contacts/:id/calls | Hang up all the ongoing calls from a contact. |
Resource | Description |
---|---|
POST /api/v1/data_appends/zip | Fetch ZIP for caller number. This incurs a per API request usage charge on your company. |
POST /api/v1/data_appends/address | Fetch address for caller number. This incurs a per API request usage charge on your company. |
POST /api/v1/data_appends/full | Fetch full data append for caller number. This incurs a per API request usage charge on your company. |
Resource | Description |
---|---|
GET /api/v1/data_export_records | List Data Export Parts records. |
GET /api/v1/data_export_records/:id | Get Data Export Parts by id. |
Resource | Description |
---|---|
GET /api/v1/datasets/points | Get datasets |
GET /api/v1/datasets/calls/:stat | Get call datasets |
GET /api/v1/datasets/leads/:stat | Get call datasets |
GET /api/v1/datasets/billing | Get the billing dataset |
GET /api/v1/datasets/number_impressions | Get the number impression dataset |
Resource | Description |
---|---|
GET /api/v1/impressions | Advertising optimizer impressions. |
Resource | Description |
---|---|
GET /api/v1/integrations | List Integration records. |
PUT /api/v1/integrations/objects/:id | Update the status of an Integration Object. |
GET /api/v1/integrations/new | Build Integration with defaults. |
POST /api/v1/integrations | Create Integration. |
GET /api/v1/integrations/:id | Get Integration by id. |
PUT /api/v1/integrations/:id | Update Integration by id. |
DELETE /api/v1/integrations/:id | Destroy Integration by id. |
Resource | Description |
---|---|
GET /api/v1/transcription_keyword_groups | List Keyword Group records. |
GET /api/v1/transcription_keyword_groups/new | Build Keyword Group with defaults. |
POST /api/v1/transcription_keyword_groups | Create Keyword Group. |
GET /api/v1/transcription_keyword_groups/:id | Get Keyword Group by id. |
PUT /api/v1/transcription_keyword_groups/:id | Update Keyword Group by id. |
DELETE /api/v1/transcription_keyword_groups/:id | Destroy Keyword Group by id. |
Resource | Description |
---|---|
POST /api/v1/leads | Send leads to your Trackdrive account. |
PUT /api/v1/leads/:caller_id/caller_opt_out | Mark a single lead as opt-out. Opted-out leads will no longer be sent SMS, Calls, or Emails. |
POST /api/v1/leads/:caller_id/caller_remove | Remove a single lead from a Schedule or Offer. This will prevent ANY additional actions being taken on behalf of the lead. |
PUT /api/v1/leads/:caller_id/caller_move_to_end_of_schedule | Move a lead to the end of it's schedule. |
Resource | Description |
---|---|
GET /api/v1/leads | List your leads. |
GET /api/v1/leads/:id | Get details about a lead. |
GET /api/v1/leads/:id/buyer_is_available | Check if a lead has a potential buyer available that matches the lead's filters. |
GET /api/v1/leads/:lead_token/:caller_number/by_caller_number | Get a lead by lead token and caller number. |
PUT /api/v1/leads/:id | Update a lead. |
GET /api/v1/leads/new | Build a new lead with company defaults. |
DELETE /api/v1/leads/:id/id | Destory a lead by it's internal id. |
GET /api/v1/leads/reports | Get statistics on leads by category. |
Resource | Description |
---|---|
GET /api/v1/lead_retargets | List Lead Retargeting records. |
GET /api/v1/lead_retargets/new | Build Lead Retargeting with defaults. |
POST /api/v1/lead_retargets | Create Lead Retargeting. |
GET /api/v1/lead_retargets/:id | Get Lead Retargeting by id. |
PUT /api/v1/lead_retargets/:id | Update Lead Retargeting by id. |
DELETE /api/v1/lead_retargets/:id | Destroy Lead Retargeting by id. |
Resource | Description |
---|---|
GET /api/v1/lead_retarget_logs | List Lead Retarget Log records. |
Resource | Description |
---|---|
GET /api/v1/number_orders | List Number Orders. |
GET /api/v1/number_orders/new | Build Number Order with defaults. |
POST /api/v1/number_orders | Create Number Order. |
GET /api/v1/number_orders/:id | Get Number Order by id. |
PUT /api/v1/number_orders/:id | Update Number Order by id. |
DELETE /api/v1/number_orders/:id | Destroy Number Order by id. |
Resource | Description |
---|---|
GET /api/v1/number_order_prefixes | List Number Order Prefix records. |
GET /api/v1/number_order_prefixes/new | Build Number Order Prefix with defaults. |
POST /api/v1/number_order_prefixes | Create Number Order Prefix. |
GET /api/v1/number_order_prefixes/:id | Get Number Order Prefix by id. |
PUT /api/v1/number_order_prefixes/:id | Update Number Order Prefix by id. |
DELETE /api/v1/number_order_prefixes/:id | Destroy Number Order Prefix by id. |
Resource | Description |
---|---|
GET /api/v1/oauth_connections | List Oauth Connection records. |
GET /api/v1/oauth_connections/new | Build Oauth Connection with defaults. |
POST /api/v1/oauth_connections | Create Oauth Connection. |
GET /api/v1/oauth_connections/:id | Get Oauth Connection by id. |
PUT /api/v1/oauth_connections/:id | Update Oauth Connection by id. |
DELETE /api/v1/oauth_connections/:id | Destroy Oauth Connection by id. |
Resource | Description |
---|---|
GET /api/v1/offers | List Offer records. |
GET /api/v1/offers/:id | Get Offer by id. |
GET /api/v1/offers/new | Build Offer with defaults. |
POST /api/v1/offers | Create Offer. |
PUT /api/v1/offers/:id | Update Offer by id. |
DELETE /api/v1/offers/:id | Destroy Offer by id. |
Resource | Description |
---|---|
GET /api/v1/offer_amd_flows | List AMD Flow records. |
GET /api/v1/offer_amd_flows/new | Build AMD Flow with defaults. |
POST /api/v1/offer_amd_flows | Create AMD Flow. |
GET /api/v1/offer_amd_flows/:id | Get AMD Flow by id. |
PUT /api/v1/offer_amd_flows/:id | Update AMD Flow by id. |
DELETE /api/v1/offer_amd_flows/:id | Destroy AMD Flow by id. |
Resource | Description |
---|---|
GET /api/v1/contact_field_views | List records. |
GET /api/v1/contact_field_views/new | Build record with defaults. |
POST /api/v1/contact_field_views | Create record. |
GET /api/v1/contact_field_views/:id | Get record by id. |
PUT /api/v1/contact_field_views/:id | Update record by id. |
DELETE /api/v1/contact_field_views/:id | Destroy record by id. |
Resource | Description |
---|---|
GET /api/v1/call_routers | List Call Flow records. |
GET /api/v1/call_routers/new | Build Call Flow Rule with defaults. |
POST /api/v1/call_routers | Create Call Flow Rule. |
GET /api/v1/call_routers/:id | Get Call Flow Rule by id. |
PUT /api/v1/call_routers/:id | Update Call Flow Rule by id. |
DELETE /api/v1/call_routers/:id | Destroy Call Flow Rule by id. |
Resource | Description |
---|---|
GET /api/v1/call_router_answer_groups | List Answer Group records. |
GET /api/v1/call_router_answer_groups/new | Build Answer Group with defaults. |
POST /api/v1/call_router_answer_groups | Create Answer Group. |
GET /api/v1/call_router_answer_groups/:id | Get Answer Group by id. |
PUT /api/v1/call_router_answer_groups/:id | Update Answer Group by id. |
DELETE /api/v1/call_router_answer_groups/:id | Destroy Answer Group by id. |
Resource | Description |
---|---|
GET /api/v1/call_router_answers | List Answer records. |
GET /api/v1/call_router_answers/new | Build Answer with defaults. |
POST /api/v1/call_router_answers | Create Answer. |
GET /api/v1/call_router_answers/:id | Get Answer by id. |
PUT /api/v1/call_router_answers/:id | Update Answer by id. |
DELETE /api/v1/call_router_answers/:id | Destroy Answer by id. |
Resource | Description |
---|---|
GET /api/v1/contact_fields | List records. |
GET /api/v1/contact_fields/new | Build record with defaults. |
POST /api/v1/contact_fields | Create record. |
GET /api/v1/contact_fields/:id | Get record by id. |
PUT /api/v1/contact_fields/:id | Update record by id. |
DELETE /api/v1/contact_fields/:id | Destroy record by id. |
Resource | Description |
---|---|
GET /api/v1/contact_field_values | List records. |
GET /api/v1/contact_field_values/new | Build record with defaults. |
POST /api/v1/contact_field_values | Create record. |
GET /api/v1/contact_field_values/:id | Get record by id. |
PUT /api/v1/contact_field_values/:id | Update record by id. |
DELETE /api/v1/contact_field_values/:id | Destroy record by id. |
Resource | Description |
---|---|
GET /api/v1/visitor_token_matchers | List records. |
GET /api/v1/visitor_token_matchers/new | Build record with defaults. |
POST /api/v1/visitor_token_matchers | Create record. |
GET /api/v1/visitor_token_matchers/:id | Get record by id. |
PUT /api/v1/visitor_token_matchers/:id | Update record by id. |
DELETE /api/v1/visitor_token_matchers/:id | Destroy record by id. |
Resource | Description |
---|---|
POST /api/v1/inbound_webhooks/ping/:vanity_uri | PING an inbound webhook to retrieve available agents or buyers. |
POST /api/v1/inbound_webhooks/post/:vanity_uri | POST with a ping_id to retrieve a tracking number for forwarding an inbound call to a matching buyer. |
GET /api/v1/inbound_webhooks | List Incoming Webhook records. |
GET /api/v1/inbound_webhooks/new | Build Incoming Webhook with defaults. |
POST /api/v1/inbound_webhooks | Create Incoming Webhook. |
GET /api/v1/inbound_webhooks/:id | Get Incoming Webhook by id. |
PUT /api/v1/inbound_webhooks/:id | Update Incoming Webhook by id. |
DELETE /api/v1/inbound_webhooks/:id | Destroy Incoming Webhook by id. |
Resource | Description |
---|---|
GET /api/v1/inbound_webhook_logs | List Ping/Post Logs records. |
Resource | Description |
---|---|
GET /api/v1/key_press_flows | List Key Press Flow records. |
GET /api/v1/key_press_flows/new | Build Key Press Flow with defaults. |
POST /api/v1/key_press_flows | Create Key Press Flow. |
GET /api/v1/key_press_flows/:id | Get Key Press Flow by id. |
PUT /api/v1/key_press_flows/:id | Update Key Press Flow by id. |
DELETE /api/v1/key_press_flows/:id | Destroy Key Press Flow by id. |
Resource | Description |
---|---|
GET /api/v1/key_press_flow_groups | List Key Press Flow Group records. |
GET /api/v1/key_press_flow_groups/new | Build Key Press Flow Group with defaults. |
POST /api/v1/key_press_flow_groups | Create Key Press Flow Group. |
GET /api/v1/key_press_flow_groups/:id | Get Key Press Flow Group by id. |
PUT /api/v1/key_press_flow_groups/:id | Update Key Press Flow Group by id. |
DELETE /api/v1/key_press_flow_groups/:id | Destroy Key Press Flow Group by id. |
Resource | Description |
---|---|
GET /api/v1/token_matchers | List records. |
GET /api/v1/token_matchers/new | Build record with defaults. |
POST /api/v1/token_matchers | Create record. |
GET /api/v1/token_matchers/:id | Get record by id. |
PUT /api/v1/token_matchers/:id | Update record by id. |
DELETE /api/v1/token_matchers/:id | Destroy record by id. |
Resource | Description |
---|---|
GET /api/v1/outgoing_webhooks | List webhooks |
GET /api/v1/outgoing_webhooks/new | Build a new webhook |
POST /api/v1/outgoing_webhooks | Create a webhook |
GET /api/v1/outgoing_webhooks/:id | Show the details of a webhook |
PUT /api/v1/outgoing_webhooks/:id | Update a webhook |
DELETE /api/v1/outgoing_webhooks/:id | Delete a webhook |
Resource | Description |
---|---|
GET /api/v1/webhook_logs | List Webhook Logs. |
GET /api/v1/webhook_logs/:id | Show A Webhook Log. |
Resource | Description |
---|---|
GET /api/v1/webhook_manual_fires | List Test Webhooks |
GET /api/v1/webhook_manual_fires/new | Build A Manual Webhook Fire Instance |
POST /api/v1/webhook_manual_fires | Manually Fire A Webhook |
GET /api/v1/webhook_manual_fires/:id | Get A Manually Fired Webhook |
Resource | Description |
---|---|
GET /api/v1/outgoing_webhook_urls | List webhook urls |
GET /api/v1/outgoing_webhook_urls/new | Build a new webhook url |
POST /api/v1/outgoing_webhook_urls | Create a webhook url |
GET /api/v1/outgoing_webhook_urls/:id | Show the details of a webhook url |
PUT /api/v1/outgoing_webhook_urls/:id | Update a webhook url |
DELETE /api/v1/outgoing_webhook_urls/:id | Delete a webhook url |
Resource | Description |
---|---|
GET /api/v1/ring_pools | List Phone Number Pools. |
GET /api/v1/ring_pools/new | Build Phone Number Pool with defaults. |
POST /api/v1/ring_pools | Create Phone Number Pool. |
GET /api/v1/ring_pools/:id | Get Phone Number Pool by id. |
PUT /api/v1/ring_pools/:id | Update Phone Number Pool by id. |
DELETE /api/v1/ring_pools/:id | Destroy Phone Number Pool by id. |
Resource | Description |
---|---|
GET /api/v1/phone_numbers | Get the phone numbers assigned to your account. |
POST /api/v1/phone_numbers | Purchase a new phone number using one of your existing provider configurations. |
GET /api/v1/phone_numbers/:id | Show the details of phone number |
PUT /api/v1/phone_numbers/:id | Update a phone number's traffic source or Number Pool |
DELETE /api/v1/phone_numbers/:id | Unrent a phone number. |
Resource | Description |
---|---|
GET /api/v1/sound_playlists | List Playlist records. |
GET /api/v1/sound_playlists/new | Build Playlist with defaults. |
POST /api/v1/sound_playlists | Create Playlist. |
GET /api/v1/sound_playlists/:id | Get Playlist by id. |
PUT /api/v1/sound_playlists/:id | Update Playlist by id. |
DELETE /api/v1/sound_playlists/:id | Destroy Playlist by id. |
Resource | Description |
---|---|
GET /api/v1/sound_files | List Sound File records. |
GET /api/v1/sound_files/new | Build Sound File with defaults. |
POST /api/v1/sound_files | Create Sound File. |
GET /api/v1/sound_files/:id | Get Sound File by id. |
PUT /api/v1/sound_files/:id | Update Sound File by id. |
DELETE /api/v1/sound_files/:id | Destroy Sound File by id. |
Resource | Description |
---|---|
GET /api/v1/provider_configurations | List Provider Configuration records. |
GET /api/v1/provider_configurations/:id | Get Provider Configuration by id. |
PUT /api/v1/provider_configurations/:id | Update Provider Configuration by id. |
Resource | Description |
---|---|
GET /api/v1/text_message_flows | List SMS Flow records. |
GET /api/v1/text_message_flows/new | Build SMS Flow with defaults. |
POST /api/v1/text_message_flows | Create SMS Flow. |
GET /api/v1/text_message_flows/:id | Get SMS Flow by id. |
PUT /api/v1/text_message_flows/:id | Update SMS Flow by id. |
DELETE /api/v1/text_message_flows/:id | Destroy SMS Flow by id. |
Resource | Description |
---|---|
GET /api/v1/incoming_text_messages | List Incoming Text Message records. |
GET /api/v1/incoming_text_messages/:id | Get Incoming Text Message by id. |
Resource | Description |
---|---|
POST /api/v1/text_messages | Sends a message by submitting an outbound message request. |
GET /api/v1/text_messages | Retrieves details about text messages. |
GET /api/v1/text_messages/:id | Retrieves details about a specific text message request. |
Resource | Description |
---|---|
GET /api/v1/schedules | List schedules. |
GET /api/v1/schedules/new | Build a schedule with default attributes. |
POST /api/v1/schedules | Create a schedule. |
GET /api/v1/schedules/:id | Get details about a schedule. |
PUT /api/v1/schedules/:id | Update a schedule. |
DELETE /api/v1/schedules/:id | Destroy a schedule. |
Resource | Description |
---|---|
GET /api/v1/schedule_actions | List schedule actions. |
GET /api/v1/schedule_actions/new | Build a schedule action with default attributes. |
POST /api/v1/schedule_actions | Create a schedule action. |
GET /api/v1/schedule_actions/:id | Get details about a schedule action. |
PUT /api/v1/schedule_actions/:id | Update a schedule action. |
DELETE /api/v1/schedule_actions/:id | Destroy a schedule action. |
Resource | Description |
---|---|
GET /api/v1/schedule_distributions | List Distribution records. |
GET /api/v1/schedule_distributions/new | Build Distribution with defaults. |
POST /api/v1/schedule_distributions | Create Distribution. |
GET /api/v1/schedule_distributions/:id | Get Distribution by id. |
PUT /api/v1/schedule_distributions/:id | Update Distribution by id. |
DELETE /api/v1/schedule_distributions/:id | Destroy Distribution by id. |
Resource | Description |
---|---|
GET /api/v1/schedule_triggers | Search for Schedule Triggers |
GET /api/v1/schedule_triggers/new | Returns a new Schedule Trigger |
POST /api/v1/schedule_triggers | Create a Schedule Trigger |
GET /api/v1/schedule_triggers/:id | Returns a Schedule Trigger by ID |
PUT /api/v1/schedule_triggers/:id | Updates a Schedule Trigger by ID |
DELETE /api/v1/schedule_triggers/:id | Delete a Schedule Trigger by ID |
Resource | Description |
---|---|
GET /api/v1/sip_headers | List Sip Header records. |
GET /api/v1/sip_headers/new | Build Sip Header with defaults. |
POST /api/v1/sip_headers | Create Sip Header. |
GET /api/v1/sip_headers/:id | Get Sip Header by id. |
PUT /api/v1/sip_headers/:id | Update Sip Header by id. |
DELETE /api/v1/sip_headers/:id | Destroy Sip Header by id. |
Resource | Description |
---|---|
GET /api/v1/state_call_limits | List State Call Frequency records. |
GET /api/v1/state_call_limits/new | Build State Call Frequency with defaults. |
POST /api/v1/state_call_limits | Create State Call Frequency. |
GET /api/v1/state_call_limits/:id | Get State Call Frequency by id. |
PUT /api/v1/state_call_limits/:id | Update State Call Frequency by id. |
DELETE /api/v1/state_call_limits/:id | Destroy State Call Frequency by id. |
Resource | Description |
---|---|
GET /api/v1/state_rule_groups | List State Call Rules records. |
GET /api/v1/state_rule_groups/new | Build State Call Rules with defaults. |
POST /api/v1/state_rule_groups | Create State Call Rules. |
GET /api/v1/state_rule_groups/:id | Get State Call Rules by id. |
PUT /api/v1/state_rule_groups/:id | Update State Call Rules by id. |
DELETE /api/v1/state_rule_groups/:id | Destroy State Call Rules by id. |
Resource | Description |
---|---|
GET /api/v1/state_business_hours | List State Call Time records. |
GET /api/v1/state_business_hours/new | Build State Call Time with defaults. |
POST /api/v1/state_business_hours | Create State Call Time. |
GET /api/v1/state_business_hours/:id | Get State Call Time by id. |
PUT /api/v1/state_business_hours/:id | Update State Call Time by id. |
DELETE /api/v1/state_business_hours/:id | Destroy State Call Time by id. |
Resource | Description |
---|---|
GET /api/v1/state_holidays | List State Holiday records. |
GET /api/v1/state_holidays/new | Build State Holiday with defaults. |
POST /api/v1/state_holidays | Create State Holiday. |
GET /api/v1/state_holidays/:id | Get State Holiday by id. |
PUT /api/v1/state_holidays/:id | Update State Holiday by id. |
DELETE /api/v1/state_holidays/:id | Destroy State Holiday by id. |
Resource | Description |
---|---|
GET /api/v1/contact_imports | List Suppression File records. |
GET /api/v1/contact_imports/new | Build Suppression File with defaults. |
POST /api/v1/contact_imports | Create Suppression File. |
GET /api/v1/contact_imports/:id | Get Suppression File by id. |
PUT /api/v1/contact_imports/:id | Update Suppression File by id. |
Resource | Description |
---|---|
GET /api/v1/buyer_suppressions | List Suppression List records. |
GET /api/v1/buyer_suppressions/new | Build Suppression List with defaults. |
POST /api/v1/buyer_suppressions | Create Suppression List. |
GET /api/v1/buyer_suppressions/:id | Get Suppression List by id. |
PUT /api/v1/buyer_suppressions/:id | Update Suppression List by id. |
DELETE /api/v1/buyer_suppressions/:id | Destroy Suppression List by id. |
POST /api/v1/buyer_suppressions/:id/caller_block | Add individual phone numbers to a buyer suppression list. |
Resource | Description |
---|---|
GET /api/v1/access_control_lists | List Teams records. |
GET /api/v1/access_control_lists/new | Build Team with defaults. |
POST /api/v1/access_control_lists | Create Team |
GET /api/v1/access_control_lists/:id | Get Teams by id. |
PUT /api/v1/access_control_lists/:id | Update Team by id. |
DELETE /api/v1/access_control_lists/:id | Destroy Team by id. |
Resource | Description |
---|---|
GET /api/v1/tokens | List your tokens. |
GET /api/v1/tokens/:id | Get details about a token. |
GET /api/v1/tokens/new | Build Token with defaults. |
PUT /api/v1/tokens/:id | Update a token. |
DELETE /api/v1/tokens/:id | Destroy Token by id. |
GET /api/v1/tokens/fields | Get details about a token. |
Resource | Description |
---|---|
GET /api/v1/token_values | List your token values. |
Resource | Description |
---|---|
GET /api/v1/traffic_sources | List Traffic Source records. |
POST /api/v1/traffic_sources | Create Traffic Source. |
GET /api/v1/traffic_sources/:id | Get Traffic Source by id. |
PUT /api/v1/traffic_sources/:id | Update Traffic Source by id. |
DELETE /api/v1/traffic_sources/:id | Destroy Traffic Source by id. |
Resource | Description |
---|---|
GET /api/v1/offer_conversions | List the Traffic Source Conversions in your Trackdrive Account. |
GET /api/v1/offer_conversions/new | Build Traffic Source Payout with defaults. |
GET /api/v1/offer_conversions/:id | Get a Traffic Source Conversion by ID. |
POST /api/v1/offer_conversions | Create a Traffic Source Conversion. |
PUT /api/v1/offer_conversions/:id | Update a Traffic Source Conversion by ID. |
DELETE /api/v1/offer_conversions/:id | Delete a Traffic Source Conversion by ID. |
Resource | Description |
---|---|
GET /api/v1/transcription_flows | List Transcription Flow records. |
GET /api/v1/transcription_flows/new | Build Transcription Flow with defaults. |
POST /api/v1/transcription_flows | Create Transcription Flow. |
GET /api/v1/transcription_flows/:id | Get Transcription Flow by id. |
PUT /api/v1/transcription_flows/:id | Update Transcription Flow by id. |
DELETE /api/v1/transcription_flows/:id | Destroy Transcription Flow by id. |
Resource | Description |
---|---|
GET /api/v1/transcription_flow_groups | List Transcription Flow Group records. |
GET /api/v1/transcription_flow_groups/new | Build Transcription Flow Group with defaults. |
POST /api/v1/transcription_flow_groups | Create Transcription Flow Group. |
GET /api/v1/transcription_flow_groups/:id | Get Transcription Flow Group by id. |
PUT /api/v1/transcription_flow_groups/:id | Update Transcription Flow Group by id. |
DELETE /api/v1/transcription_flow_groups/:id | Destroy Transcription Flow Group by id. |
Resource | Description |
---|---|
GET /api/v1/transcription_keywords | List Transcription Keyword records. |
GET /api/v1/transcription_keywords/new | Build Transcription Keyword with defaults. |
POST /api/v1/transcription_keywords | Create Transcription Keyword. |
GET /api/v1/transcription_keywords/:id | Get Transcription Keyword by id. |
PUT /api/v1/transcription_keywords/:id | Update Transcription Keyword by id. |
DELETE /api/v1/transcription_keywords/:id | Destroy Transcription Keyword by id. |
Resource | Description |
---|---|
GET /api/v1/uncompleted_calls | List Uncompleted Calls records. |
GET /api/v1/uncompleted_calls/:id | Get Uncompleted Calls by id. |
Resource | Description |
---|---|
GET /api/v1/virtual_numbers | List Virtual Number records. |
GET /api/v1/virtual_numbers/new | Build Virtual Number with defaults. |
POST /api/v1/virtual_numbers | Create Virtual Number. |
GET /api/v1/virtual_numbers/:id | Get Virtual Number by id. |
DELETE /api/v1/virtual_numbers/:id | Destroy Virtual Number by id. |
Resource | Description |
---|---|
GET /api/v1/lead_wait_rules | List Wait Rule records. |
GET /api/v1/lead_wait_rules/new | Build Wait Rule with defaults. |
POST /api/v1/lead_wait_rules | Create Wait Rule. |
GET /api/v1/lead_wait_rules/:id | Get Wait Rule by id. |
PUT /api/v1/lead_wait_rules/:id | Update Wait Rule by id. |
DELETE /api/v1/lead_wait_rules/:id | Destroy Wait Rule by id. |
Resource | Description |
---|---|
GET /api/v1/lead_wait_rule_groups | List Wait Rule Group records. |
GET /api/v1/lead_wait_rule_groups/new | Build Wait Rule Group with defaults. |
POST /api/v1/lead_wait_rule_groups | Create Wait Rule Group. |
GET /api/v1/lead_wait_rule_groups/:id | Get Wait Rule Group by id. |
PUT /api/v1/lead_wait_rule_groups/:id | Update Wait Rule Group by id. |
DELETE /api/v1/lead_wait_rule_groups/:id | Destroy Wait Rule Group by id. |
Resource | Description |
---|---|
GET /api/v1/webhook_params | List Webhook Param records. |
GET /api/v1/webhook_params/new | Build Webhook Param with defaults. |
POST /api/v1/webhook_params | Create Webhook Param. |
GET /api/v1/webhook_params/:id | Get Webhook Param by id. |
PUT /api/v1/webhook_params/:id | Update Webhook Param by id. |
DELETE /api/v1/webhook_params/:id | Destroy Webhook Param by id. |
Resource | Description |
---|---|
GET /api/v1/subscriptions | List Subscriptions |
GET /api/v1/webhook_subscriptions/new | Build Webhook Subscription with defaults. |
POST /api/v1/subscriptions | Create a subscription |
GET /api/v1/subscriptions/:id | Get a subscription |
PUT /api/v1/subscriptions/:id | Update a subscription |
DELETE /api/v1/subscriptions/:id | Delete a subscription |
DELETE /api/v1/subscriptions | Delete a subscription matching a target_url |
Resource | Description |
---|---|
GET /api/v1/companies | List the Trackdrive Companies you can access. |
GET /api/v1/companies/:id | Get Company by id. |
Resource | Description |
---|---|
GET /api/v1/zip_code_lists | List Zip Code List records. |
GET /api/v1/zip_code_lists/new | Build Zip Code List with defaults. |
POST /api/v1/zip_code_lists | Create Zip Code List. |
GET /api/v1/zip_code_lists/:id | Get Zip Code List by id. |
PUT /api/v1/zip_code_lists/:id | Update Zip Code List by id. |
DELETE /api/v1/zip_code_lists/:id | Destroy Zip Code List by id. |
Resource | Description |
---|---|
GET /api/v1/zip_code_list_files | List Zip CSV File records. |
GET /api/v1/zip_code_list_files/new | Build Zip CSV File with defaults. |
POST /api/v1/zip_code_list_files | Create Zip CSV File. |
GET /api/v1/zip_code_list_files/:id | Get Zip CSV File by id. |
PUT /api/v1/zip_code_list_files/:id | Update Zip CSV File by id. |
DELETE /api/v1/zip_code_list_files/:id | Destroy Zip CSV File by id. |
Resource | Description |
---|---|
GET /api/v1/zoho_crm_commands | List Zoho Action records. |
GET /api/v1/zoho_crm_commands/new | Build Zoho Action with defaults. |
POST /api/v1/zoho_crm_commands | Create Zoho Action. |
GET /api/v1/zoho_crm_commands/:id | Get Zoho Action by id. |
PUT /api/v1/zoho_crm_commands/:id | Update Zoho Action by id. |
DELETE /api/v1/zoho_crm_commands/:id | Destroy Zoho Action by id. |