List all developer application that exist in the portal
Applications and credentials
List all developer application that exist in the portal
List all developer applications
GET
List all developer application that exist in the portal
Authorizations
Response
200 - application/json
OK
Name of this application
Example:
"Payment App"
Human-readable description of this application
Example:
"This is my payment application"
Redirect URL for OAuth2.0 authorization_code and PKCE grant types
Example:
"https://app-host/auth"
UID of a user to whom this application will belong
Example:
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).
Available options:
personal, team, organisation Example:
"personal"
UID of this app
Example:
1
Timestamp of when this application was created
Pattern:
^\d{4}-\d{2}-\d{2} \d{2}:\d{2}$Example:
"2023-06-25 13:37"