List API portals

Retrieves a list of all API portals associated with API clients in your workspace.

Headers

AuthorizationstringRequired

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

Response

Success - List of API portals retrieved successfully.

datalist of objects or null
List of API portals.
countinteger or null
The total number of API portals returned in the response.
pageinteger or null
The current page number in the paginated response.
per_pageinteger or null
The number of API portals returned per page.

Errors