cURL
curl --request GET \ --url https://api.dualship.run/api/v1/projects/{id}/secrets \ --header 'Authorization: Bearer <token>' \ --header 'X-Workspace-Id: <x-workspace-id>'
{ "secrets": [ { "is_secret": true, "key": "API_KEY", "value": "" } ] }
Get all secrets for a project (values are masked)
Documentation IndexFetch the complete documentation index at: https://docs.dualship.run/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.dualship.run/llms.txt
Use this file to discover all available pages before exploring further.
JWT Bearer token authentication
Workspace ID
Project ID
List of secrets
List of project secrets
Show child attributes
Was this page helpful?