Developer docs
Custody Providers
GET
/v1/custody/providers
const url = 'https://example.com/v1/custody/providers';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://example.com/v1/custody/providersThe clouds a workspace can take custody on, what each needs, and the Stratl identity to grant. Read by the Take custody dialog.
Responses
Section titled “ Responses ”Successful Response
Media typeapplication/json
Response Custody Providers V1 Custody Providers Get
object
key
additional properties
any
Examplegenerated
{}