Skip to content

Commit ffe3fd5

Browse files
authored
Updated mintlify pages (#29)
- Updated reference/prospects/match_prospects.mdx Mintlify-Source: dashboard-editor
1 parent f3365f2 commit ffe3fd5

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

reference/prospects/match_prospects.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ Matching is not a single lookup — each record you send runs through a **sequen
7272
-H "API_KEY: your_api_key_here" \
7373
-H "Content-Type: application/json" \
7474
-d '{
75-
7675
"request_context": {},
7776
"prospects_to_match": [
7877
{
@@ -168,4 +167,8 @@ Matching is not a single lookup — each record you send runs through a **sequen
168167
</Accordion>
169168
</AccordionGroup>
170169

171-
<Icon icon="thumbtack" iconType="solid" color="red" /> **For more details on request formats and usage, refer to the API documentation.**
170+
<Icon icon="thumbtack" iconType="solid" color="red" /> **For more details on request formats and usage, refer to the API documentation.**
171+
172+
<Warning>
173+
**Rate limits are counted per query, not per request.** Each prospect in the `prospects_to_match` array counts as a separate query toward your [rate limit](/reference/rate-limit). A single request that matches 50 prospects consumes **50 queries** from your 200-queries-per-minute limit — not 1. Batching reduces HTTP/network overhead, but it does **not** reduce the number of queries counted against your rate limit. Size your batches accordingly.
174+
</Warning>

0 commit comments

Comments
 (0)