What you need
- A source to write into — see Create a source.
- A data provider that lists that source under Allowed Sources — see Add a data provider.
- The provider’s ID and secret, used to get a token.
Studio can generate a working snippet for you, prefilled with the provider ID and the source identifier: View code examples.
What arrives in the source
Entries are written by key. An entry whose key already exists in the source is updated; a new key creates a new entry. Each property carries an ID, a value and, for localized properties, a language code. Properties the source has not seen before are created automatically. Occtoo infers a type, which you can then correct, along with capabilities and the display section — see Add or edit a property.Watching a run
After an ingest run, the source page shows what happened:- Updates over time breaks the run into added, updated, deleted and ignored entries, and reports the request rate — see Monitor onboarding.
- The freshness badge in the header moves back to Fresh.
- An entry’s Changelog attributes each change to the provider that made it.
Reference
- Get data into Occtoo — the quick start, end to end.
- Ingest API overview — endpoints and payload shape.
- Application token — getting a token from a provider ID and secret.
- Integrations — ready-made providers for common systems.