Admin
List registered external applications
GET
/admin/external-applicationsAuthorization
bearerAuth AuthorizationBearer <token>
In: header
Response Body
application/json
application/problem+json
curl -X GET "https://example.com/admin/external-applications"[ { "allowed_scopes": "string", "client_id": "string", "client_type": "string", "created_at": "string", "id": "string", "name": "string", "revoked_at": "string" }]