Sources

Retrieve a source

Returns a single source by ID.

get/sources/{source_id}

Path parameters

source_idstring required

Unique identifier for the source (prefixed with src_).

Response

OK

idstring required

Unique identifier for the source, prefixed with src_.

objectstring required

Always source.

namestring nullable required

Display name for the source.

typestring required

The source type. website is currently the only supported type; it defaults to website if omitted.

created_atstring date-time required

ISO 8601 timestamp of when the resource was created.

updated_atstring date-time required

ISO 8601 timestamp of when the resource was last updated.

request_idstring required

Unique identifier for the API request. Include this when contacting support.

Changes