v1
latestOpenAPI 3.0.22026-07-14141623.7 KBThe settings of a single of receiver
get/settings/organizations/{organizationName}/receivers/{receiverName}
Path parameters
organizationNamestring required
Create receivers under this organization name
receiverNamestring required
The name of the receiver
Response
OK
Example response
{
"description": "Arizona PHD ELR feed",
"meta": {
"createdBy": "jj@phd.gov",
"version": 11
},
"name": "az-phd.elr",
"organizationName": "az-phd",
"topic": "covid-19",
"translations": [
{
"transport": {
"filePath": "/in/test",
"host": "sftp.phd.gov",
"port": 22,
"type": "SFTP"
},
"type": "CUSTOM"
}
]
}