Printago API
POST
/v1/integrations/cloud-storage/{provider}/{integrationId}/select-folder
Select the folder to watch for a cloud-storage integration
Select the folder to watch for a cloud-storage integration.
Path Parameters
provider
required
string
integrationId
required
string
Request Body
SelectFolderRequest
folderIdrequired
string
folderNamerequired
string
Example Request
application/json
{
"folderId": "string",
"folderName": "string"
}
Response Schema
Response
messagerequired
string
Example Response
201 OK — application/json
{
"message": "string"
}