# Retrieve Portfolio By Id This endpoint allows you to retrieve the portfolio details from the portfolioId. Endpoint: GET /monitoring/portfolios/{portfolioId} Version: 1.10.9 Security: bearerToken ## Path parameters: - `portfolioId` (number, required) The unique identifier for the portfolio that you wish to retrieve, obtained from . ## Response 200 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. Example: "23921650-c073-11ea-860f-06bc8182190e" - `portfolioId` (number) A unique ID assigned to each portfolio. Example: 36 - `name` (string) The name of the portfolio Example: "Customers 2" - `isDefault` (boolean) States if the portfolio is set as Default or not - `emailSubject` (string) The subject of the email notification. Example: "Creditsafe Monitoring Notification on portfolio {{portfolioName}}" - `emails` (array) The email addresses of the user to receive the email notification. - `emails.firstName` (string) The first name of the user to receive the email notification. Example: "John" - `emails.lastName` (string) The last name of the user to receive the email notification. Example: "Doe" - `emails.emailAddress` (string) The email address of the user to receive the email notification. Example: "john.doe@creditsafe.com" ## Response 400 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected ## Response 401 fields (application/json): - `error` (string) ## Response 403 fields (application/json): - `message` (string) Example: "Access forbidden" ## Response 404 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected