curl --request POST \
--url https://api.example.com/api/x402/v1/prospects/search \
--header 'Content-Type: application/json' \
--data '
{
"tags": [
"<string>"
],
"limit": 20
}
'{
"count": 123,
"results": [
{
"id": "<string>",
"linkedin_url": "<string>",
"full_name": "<string>",
"headline": "<string>",
"title": "<string>",
"company": "<string>",
"location": "<string>",
"tags": [
"<string>"
]
}
]
}SYNC inline Supabase read. No ARQ. No user context. Idempotent.
curl --request POST \
--url https://api.example.com/api/x402/v1/prospects/search \
--header 'Content-Type: application/json' \
--data '
{
"tags": [
"<string>"
],
"limit": 20
}
'{
"count": 123,
"results": [
{
"id": "<string>",
"linkedin_url": "<string>",
"full_name": "<string>",
"headline": "<string>",
"title": "<string>",
"company": "<string>",
"location": "<string>",
"tags": [
"<string>"
]
}
]
}Documentation Index
Fetch the complete documentation index at: https://bavlio.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.