List organization endpoints
Lists endpoints shared with every project in the specified organization. Project-private and public endpoints are not included.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Organization identifier.
Query Parameters
Maximum number of results to return.
Cursor from a previous list response.
Sort field for the results. Supports created_at or updated_at, optionally followed by asc or desc.
Filter expression using name, created_at, or updated_at with comparison operators and AND/OR/NOT; timestamps must be RFC 3339 strings. name supports substring matching with : and prefix/suffix wildcards with *, and must be a bare endpoint name.