List endpoints in a collection
Lists all API endpoints. Specify the api_collection_id
to obtain the list of endpoints in a specific collection.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
page
Page number of the API endpoints to fetch. Defaults to 1
.
per_page
Number of API endpoints to return in a single page. Defaults to 100
. Max is 100
.
api_collection_id
ID of the API collection. If the parameter is not provided, all API endpoints are returned.
Response
Success reply
id
The ID of the API endpoint.
api_collection_id
The ID of the API collection.
flow_id
The ID of the API recipe associated with this endpoint.
name
The name of the endpoint.
method
The HTTP method used to access the endpoint. For example, GET
, POST
, PUT
, and more.
url
The URL for accessing the endpoint.
legacy_url
Legacy URL (if applicable).
base_path
The base path for the endpoint.
path
The specific path for the endpoint.
active
Indicates if the endpoint is active.
legacy
Indicates if the endpoint is a legacy endpoint.
created_at
Timestamp in ISO 8601 format.
updated_at
Timestamp in ISO 8601 format.