Home//
REST API Reference
/- Content Import Source
List content import sources
Create a content import source
Delete a content import source
Retrieve a content import source
Update a content import source
List external pages
Create an external page (or update an external page by external ID)
Delete an external page
Retrieve an external page
Update an external page
Content Import Sources
External Page
External Pages
Content Import Source
An external source for External Pages that you add to your Fin Content Library.
Always external_page
Default:"content_import_source"
Value:"content_import_source"
Example:"content_import_source"
The unique identifier for the content import source which is given by Intercom.
Example:1234
The time when the content import source was last synced.
Example:1672928610
If you intend to create or update External Pages via the API, this should be set to api.
Enum:"api""automatic""manual"
Example:"api"
The status of the content import source.
Default:"active"
Enum:"active""deactivated"
Example:"active"
The time when the content import source was created.
Example:1672928359
{ "type": "content_import_source", "id": 1234, "last_synced_at": 1672928610, "sync_behavior": "api", "status": "active", "url": "https://help.example.com/", "created_at": 1672928359, "updated_at": 1672928610 }