Skip to main content
POST
/
v1
/
webhooks
/
test
Send a test webhook payload
curl --request POST \
  --url https://api.tamradar.com/v1/webhooks/test \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "webhook_url": "<string>"
}
'
{
  "payload": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.tamradar.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Body

application/json
radar_type
enum<string>
required
Available options:
company_new_hires,
company_job_openings,
company_promotions,
company_reviews,
company_mentions,
company_social_posts,
company_social_posts_cxo,
company_social_engagements,
contact_job_changes,
contact_social_engagements,
contact_social_posts,
industry_mentions,
industry_funding_rounds,
industry_new_companies,
industry_job_openings
webhook_url
string<uri>
update_type
enum<string>
Available options:
radar_finding,
radar_failure

Response

Test payload generated

status
enum<string>
required
Available options:
success
code
enum<integer>
required
Available options:
200
payload
object
required