Skip to main content
GET
/
v1
/
workspaces
/
{workspace_id}
/
credentials
List credentials stored for a workspace
curl --request GET \
  --url https://api.usezombie.com/v1/workspaces/{workspace_id}/credentials \
  --header 'Authorization: Bearer <token>'
{
  "credentials": [
    {
      "name": "<string>",
      "created_at": 123
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.usezombie.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Obtain a token via the CLI auth flow (POST /v1/auth/sessions) or GitHub OAuth

Path Parameters

workspace_id
string<uuid>
required

UUIDv7 of the workspace.

Response

OK

credentials
object[]