Skip to main content
POST
/
api
/
v1
/
tasks
/
{id}
/
retrieve-credential
Retrieve credential
curl --request POST \
  --url https://api.humcli.com/api/v1/tasks/{id}/retrieve-credential \
  --header 'X-API-Key: <api-key>'
{
  "task_id": "<string>",
  "encrypted_credential": {}
}

Authorizations

X-API-Key
string
header
required

API key for agent and task endpoints. Format: ho_live_...

Path Parameters

id
string
required

Response

Encrypted credential

task_id
string
required
encrypted_credential
object
required