Admin
List configured provider apps
GET
/admin/provider-appsAuthorization
bearerAuth AuthorizationBearer <token>
In: header
Response Body
application/json
application/problem+json
curl -X GET "https://example.com/admin/provider-apps"[ { "bot_token_configured": true, "bot_username": "string", "client_id": "string", "connection_mode": "string", "created_at": "string", "deletable": true, "editable": true, "id": "string", "instance_url": "string", "is_active": true, "name": "string", "provider": "string", "redirect_uri": "string", "secret_configured": true, "shadowed_by_environment": true, "source": "environment", "updated_at": "string", "webhook_secret_configured": true }]