Home / Companies / Resend / Documentation / Page Details

List Contacts - Resend

Documentation page from Resend

Page Details
Company
Word Count
607
Language
English
Contains Code
Unknown
Date Parsed
2026-03-25
Extracted Text

Skip to main content[Resend home page![light logo](https://mintcdn.com/resend/w4S5Jr48MiquhhSH/logo-black.svg?fit=max&auto=format&n=w...

Sign up or sign in to view the full extracted text.

Analysis

Location: In the "Path Parameters" section, segmentId parameter description

Context: The page documents a GET /contacts endpoint. The Path Parameters section contains:

## Path Parameters
segmentId string - The Segment ID to filter contacts by...

Issue: The segmentId is listed under ">>>Path Parameters<<<" but it functions as a query parameter (filter on a list endpoint). A GET /contacts endpoint with a segment filter would pass segmentId as a query string parameter (e.g., GET /contacts?segmentId=...), not as a path parameter (which would look like GET /contacts/:segmentId). The endpoint shown is GET /contacts with no path variable.

Problem: segmentId is categorized under "Path Parameters" but the endpoint is GET /contacts (no /{segmentId} in the path). This is a clear technical inaccuracy — it should be listed under "Query Parameters" alongside limit, after, and before.

Fix: Move the segmentId parameter entry from the "Path Parameters" section into the "Query Parameters" section.

Product Messaging

No product messaging analysis available for this page.

Competitive Analysis

No competitive analysis available for this page.