Data Analysis
cURL
curl --request GET \ --url https://app.prophecy.io/api/orchestration/fabric/{fabricId}/secret \ --header 'X-AUTH-TOKEN: <x-auth-token>'
{ "success": true, "data": { "secrets": [ { "kind": "prophecy", "subKind": "text", "properties": { "id": "4656", "name": "token_1" }, "type": "secret" }, { "kind": "prophecy", "subKind": "text", "properties": { "id": "4650", "name": "service_account_1" }, "type": "secret" } ] } }
List all secrets and their details from a specific fabric
Prophecy authentication token. Required for all API requests.
The unique ID of the parent fabric
List of fabric secrets
Indicates the request was successful.
true
false
Response data containing the list of secrets.
Show child attributes
Was this page helpful?