See the API's various operations for details on their request parameters and response data:
Operation | Method | Endpoint |
---|---|---|
Sources | ||
List sources | GET | /sources |
Get a source | GET | /sources/{sourceId} |
Streams | ||
List streams | GET | /streams |
Create a new stream | POST | /streams |
Remove a stream | DELETE | /streams/{streamId} |
Get a stream | GET | /streams/{streamId} |
Update a stream | PUT | /streams/{streamId} |
Destinations | ||
List destinations | GET | /destinations |
Create a new destination | POST | /destinations |
Remove a destination | DELETE | /destinations/{destinationId} |
Get a destination | GET | /destinations/{destinationId} |
Update a destination | PUT | /destinations/{destinationId} |
Get security settings | GET | /destinations/{destinationId}/security |
Update security settings | PUT | /destinations/{destinationId}/security |
Services | ||
List services | GET | /services |
Get a service | GET | /services/{serviceId} |