Product
Streams
Question
API keys per organization - how can I specify the org to load videos to?
Hi @jmarucci,
thanks for your question.
The API keys are specific to your user and therefore by default you will always interact with your own user’s organization.
To interact with another organization you have to specify the X-Tenant-Org-Id
HTTP header or when using our SDK through specifying the tenantOrgId
.
That way you instruct the API what orgID to load videos from etc.
Hope this helps,
greetings Daniel