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