List all active temporary ownerships of resources (connector/bucket) for an integrator.
Sign in to run requests against the CDE API.
Authorization
oAuth2AuthCode AuthorizationBearer <token>
In: header
Response Body
application/json
application/json
curl -X GET "https://loading/temporary-ownerships"{
"message": "successful operation",
"resource": "Temporary Ownership",
"data": [
{
"integrator": "019e6e75-275a-7576-9ef5-6dfa896eea51",
"resource": "019e6e75-275c-73f1-ae63-1efab72b35d9"
},
{
"integrator": "019e6e75-275a-7576-9ef5-6dfa896eea51",
"resource": "019e6e75-2768-714f-ac2c-038fba397419"
}
]
}{
"message": "You have to be authorized to access this resource."
}How is this guide?