Products | Versions |
---|---|
TIBCO Cloud | - |
To access the child organization using the Oauth token from the parent organization enable the below settings -
1. Enable "cross-organization sharing" at the parent organization
2. Enable "share with parent org" at the child organization.
Doc link: cross-organization sharing
curl -X 'GET' \
'https://api.cloud.tibco.com/tci/v1/userinfo' \
-H 'accept: application/json' \
-H 'Authorization: Bearer CIC~*********************'
curl -X 'GET' \
'https://api.cloud.tibco.com/tci/v1/subscriptions/0/apps' \
-H 'accept: application/json' \
-H 'Authorization: Bearer CIC~****************'
curl -X 'GET' \
'https://api.cloud.tibco.com/tci/v1/subscriptions/td4aqsqh6hi5qtl-scma7wwlksiznt/apps' \
-H 'accept: application/json' \
-H 'Authorization: Bearer CIC~*******************'