List all developer application that exist in the portal
List all developer applications
Authorizations
Query Parameters
Maximum number of records to return for this request. Overrides the row count only, not the page offset (which is always based on per_page), so use per_page for pagination rather than combining limit with page. Defaults to the per_page value.
Items per page. Defaults to the resource-specific page count if configured, otherwise 20
Page number. Defaults to 1 when omitted
Response
OK
Name of this application
"Payment App"
Human-readable description of this application
"This is my payment application"
Redirect URL for OAuth2.0 authorization_code and PKCE grant types
"https://app-host/auth"
UID of a user to whom this application will belong
1
Controls who can access this application. Options are: personal (visible only to you), team (shared with your team), and organisation (accessible to all members of your organisation).
personal, team, organisation "personal"
UID of this app
1
Timestamp of when this application was created
^\d{4}-\d{2}-\d{2} \d{2}:\d{2}$"2023-06-25 13:37"