Get a specific secret by ID
cURL
curl --request GET \ --url https://s-server-demo.siftd.ai:9800/api/workspaces/{workspace_id}/secrets/{secret_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "store_ref": "<string>", "store_type": "spin_store", "value": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Workspace ID
Secret ID
Organization ID
OK
The response is of type object.
object
Was this page helpful?