Newsroom API Documentation
Everything you need to integrate PR.co into your website or app.

Supported Formats

json

GET /v1/pressrooms/:pressroom_id/clippings.json

Retrieves a list of clippings for a specific pressroom

Supported Formats

json

Errors

Code Description
404 Missing

Params

Param name Description
pressroom_id
required

Pressroom id or pressroom domain

Validations:

  • Must be a String

order
optional

Comma seperated list of attributes to orders results by (e.g. id desc, release_date asc)

Validations:

  • Must be a String


GET /v1/pressrooms/:pressroom_id/clippings/:id.json

Retrieve a specific clipping

Supported Formats

json

Errors

Code Description
404 Missing

Params

Param name Description
pressroom_id
required

Pressroom id or pressroom domain

Validations:

  • Must be a String

id
required

Clipping id

Validations:

  • Must be a String