cURL
curl --request GET \ --url http://localhost:3001/portal-api/apps \ --header 'Authorization: <api-key>'
[ { "Name": "Payment App", "Description": "This is my payment application", "RedirectURLs": "https://app-host/auth", "UserID": 1, "Visibility": "personal", "ID": 1, "CreatedAt": "2023-06-25 13:37" } ]
List all developer applications
personal
team
organisation
Was this page helpful?