Resources
Postman
Import the Content Licensing collection into Postman to try every call with pre-formatted requests and sample responses.
Osteocom provides a Postman collection in JSON format to import into the Postman client.
The structure provides all api calls already formatted to get ready to do some tries. Each api call is followed by an example that show a realistic response call in case of call success. For use real REST api calls, simply substitute placeholders in each files and valorize them with their own valid value.
Import collections
→Import this url in Postman for api collection v1.1.1 (latest)Best for latest→Import this url in Postman for api collection v1.0.0Previous version
Starter snippet — Iframe integration
If you are integrating via iframe, the following snippet is the minimum working embed. Replace PRODUCT_ID, CLIENT_ID and USER_ID with the values from your onboarding.
html
<iframe
src="https://osteocom.me/en/embed/content-licensing/PRODUCT_ID?clientId=CLIENT_ID&partnerUserId=USER_ID"
width="100%"
height="420"
style="border: 0;"
loading="lazy"
title="Osteocom course"
></iframe>For the full parameter reference and theming options see Embedding.