Apps and credentials/Create a new app

POST http://localhost:3001/portal-api/apps

Request Body

{"Description"=>"", "Name"=>"An app", "RedirectURLs"=>"", "UserID"=>"1", "AccessRequests"=>[{"Plan"=>2, "Products"=>[2]}]}

HEADERS

KeyDatatypeRequiredDescription
Acceptstring
Authorizationstring

RESPONSES

status: Created

{"AccessRequests":[{"AuthType":"","Catalogue":"","Client":"An app","Credentials":[],"DCREnabled":false,"DCRTemplateID":0,"ID":6,"Plan":"free_plan","PolicyService":[],"Products":["Payment Product"],"ProviderID":0,"ProvisionImmediately":false,"Status":"","User":""}],"CreatedAt":"2023-08-03 09:54:40","Description":"","ID":4,"Name":"An app","RedirectURLs":"","UserID":1}