Portals
List Portals
Lists developer portals defined in this region for this organization. Each developer portal is available at a unique address and has isolated configuration, customization, developers, and applications.
get/v3/portals
Query parameters
page[size]integer
Example:100
The maximum number of items to include per page. The last page of a collection may include fewer items.
page[number]integer
Example:1
Determines which page of the entities to retrieve.
sortstring
Sorts a collection of portals. Supported sort attributes are:
- name
- description
- authentication_enabled
- rbac_enabled
- auto_approve_applications
- auto_approve_developers
- default_domain
- canonical_domain
- created_at
- updated_at
Filter portals returned in the response.
Response
A paginated list of portals in the current region of an organization.
Example response
{
"data": [
{
"id": "5f9fd312-a987-4628-b4c5-bb4f4fddd5f7",
"created_at": "2022-11-04T20:10:06.927Z",
"updated_at": "2022-11-04T20:10:06.927Z",
"sipr_enabled": true,
"labels": {
"env": "test"
}
}
],
"meta": {
"page": {
"number": 1,
"size": 10,
"total": 100
}
}
}