SenseCrypt Docs
API ReferenceAdmin Groups

List Apps Using Group

GET/v1/admin/groups/{group_id}/apps

Reverse view: which OAuth apps gate sign-in on this group. Returns active + revoked apps; the UI styles revoked ones as crossed-out so operators see both.

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Path Parameters

group_id*Group Id
Formatuuid

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/admin/groups/497f6eca-6276-4993-bfeb-53cbbbba6f08/apps"
{  "apps": [    {      "client_id": "string",      "name": "string",      "revoked_at": "2019-08-24T14:15:22Z"    }  ]}
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string",      "input": null,      "ctx": {}    }  ]}