List API collections

List all API collections. The endpoint returns the project_id of the project to which the collections belong in the response.

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

per_pageintegerOptional

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

pageintegerOptional

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

Response

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

Errors