Profile Request REST Endpoints

Admin/Profile Request
End points for operations for account based commerce in Oracle Commerce Cloud
Approve profile request
Method: post
Path: /ccadmin/v1/profileRequests/{id}/approve
deleteProfileRequest - only for application access
Method: delete
Path: /ccadmin/v1/profileRequests/{id}
getProfileRequest
Method: get
Path: /ccadmin/v1/profileRequests/{id}
listProfileRequests
Method: get
Path: /ccadmin/v1/profileRequests
Reject Profile request
Method: post
Path: /ccadmin/v1/profileRequests/{id}/reject
updateProfileRequest
Method: put
Path: /ccadmin/v1/profileRequests/{id}