List API endpoints
Lists all API endpoints. Specify the api_collection_id
to obtain the list of endpoints in a specific.
Path parameters
managed_user_id
Embedded customer ID (external ID). The External ID must be URL encoded and prefixed with an E
. For example, EA2300
.
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 to list endpoints from. Leave this field blank to retrieve all API endpoints.
Response
Success reply
result
List of API endpoints.