A list of OAuth applications
Field | Type | Required | Description | Example |
---|---|---|---|---|
data |
List[models.OAuthApplication] | ✔️ | N/A | [ { "object": "oauth_application", "id": "oauth_app_1234", "instance_id": "instance_5678", "name": "Example OAuth App", "client_id": "client_12345", "public": false, "scopes": "profile email", "callback_url": "https://example.com/oauth/callback", "authorize_url": "https://example.com/authorize", "token_fetch_url": "https://example.com/oauth/token", "user_info_url": "https://example.com/userinfo", "created_at": 1609459200, "updated_at": 1612137600 } ] |
total_count |
int | ✔️ | Total number of OAuth applications |
1 |