Get content
GET/contents/:content_id
Returns a richer shape than the list endpoint: it adds textover,
full_text, accounts, video_settings and an expanded persona,
and it omits published_url, published_platform and last_error.
To read where something was published, use GET /contents.
Request
Responses
- 200
- 401
- 403
- 404
The content item.
Missing, malformed, invalid or revoked API key.
Confirm the key independently with GET /api-keys/introspect, which
needs no scope.
The key is valid but lacks a required scope.
No such content for this key's owner. Returns the key message
rather than error.