List inbound endpoints
GET /v1/inbound-endpoints
List all inbound endpoints for the authenticated project. Supports cursor-based pagination.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ”Maximum number of results to return
Example
50Pagination cursor from previous response
Responses
Section titled “ Responses ”Inbound endpoints retrieved successfully
object
Summary inbound endpoint info for list responses
object
Example
01935abc-def0-7123-4567-890abcdef012Example
Stripe webhooksExample
https://myapp.com/webhooks/stripeEndpoint mode. forward delivers to URL. cli streams to CLI tool.
Example
forwardWhether this is an ephemeral (CI/test) endpoint
When the ephemeral endpoint will auto-expire (only present for ephemeral endpoints)
Example
2026-06-01T12:30:00ZExample
trueExample
2025-12-01T10:00:00Zobject
Unique identifier for this request (useful for support)
Example
req_xyz123Cursor for the next page of results (opaque, do not parse)
Example
{ "data": [ { "id": "01935abc-def0-7123-4567-890abcdef012", "name": "Stripe webhooks", "url": "https://myapp.com/webhooks/stripe", "active": true, "paused": false, "created_at": "2025-12-01T10:00:00Z" } ], "meta": { "request_id": "req_xyz123", "next_cursor": null }}Unauthorized - Invalid or missing API key
object
object
Machine-readable error code
Example
INVALID_REQUESTHuman-readable error message
Example
endpoint must be a valid HTTPS URLobject
Unique identifier for this request (useful for support)
Example
req_xyz123Example
{ "error": { "code": "UNAUTHORIZED", "message": "Invalid or missing API key" }, "meta": { "request_id": "req_xyz123" }}Enter your credentials to populate code examples throughout the docs.