Sources
Get a custom source
Get a custom source by ID.
⚠️ Beta Version: This endpoint is in beta and may be subject to changes in future releases.
get/v1/sources/custom-sources/{custom_source_id}
Path parameters
custom_source_idstring required
Example:123
The id of the custom source to retrieve.
Response
Custom source detail
Example response
{
"id": "123",
"source_uuid": "550e8400-e29b-41d4-a716-446655440000",
"name": "My Custom Source",
"description": "A custom source for testing purposes"
}