Organization Teams
List Available Team Applications
List Available Team Applications
Get the applications in this StackHawk organization that are not yet assigned to a Team, and are therefore available to be assigned to one.
Use this endpoint to discover the application IDs to supply when creating or updating a Team.
Returns a paginated list of applications.
| Parameter | Default | Description |
|---|---|---|
| applications | [] | |
| nextPageToken | "" |
All users that belong to this organization can call this endpoint.
Requires read:team permission.
get/api/v1/org/{orgId}/teams/available/applications
Path parameters
orgIdstring uuid required
UUID identifier for this StackHawk Organization.
Query parameters
pageinteger
Pagination request page increment.
Response
OK