List Contacts - Resend
Documentation page from Resend
Skip to main content[Resend home page. 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.
No product messaging analysis available for this page.
No competitive analysis available for this page.