admin apps approved list

GET {{baseUrl}}/admin.apps.approved.list?token=<string>&limit=<integer>&cursor=<string>&team_id=<string>&enterprise_id=<string>

List approved apps for an org or workspace.

Request Params

KeyDatatypeRequiredDescription
tokenstring(Required) Authentication token. Requires scope: admin.apps:read
limitstringThe maximum number of items to return. Must be between 1 - 1000 both inclusive.
cursorstringSet cursor to next_cursor returned by the previous call to list items in the next page
team_idstring
enterprise_idstring

RESPONSES

status: OK

{&quot;ok&quot;:&quot;\u003cboolean\u003e&quot;}