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_idstringRequired

Embedded customer ID (external ID). The External ID must be URL encoded and prefixed with an E. For example, EA2300.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

pageintegerOptional

Page number of the API endpoints to fetch. Defaults to 1.

per_pageintegerOptional

Number of API endpoints to return in a single page. Defaults to 100. Max is 100.

api_collection_idintegerOptional
ID of the API collection to list endpoints from. Leave this field blank to retrieve all API endpoints.

Response

Success reply
resultlist of objects or null
List of API endpoints.

Errors