curl --request GET \
--url https://api.primeintellect.ai/api/v1/template/registry-credentials \
--header 'Authorization: Bearer <token>'{
"credentials": [
{
"id": "<string>",
"name": "<string>",
"server": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"userId": "<string>",
"teamId": "<string>"
}
]
}List registry credentials owned by the requesting user or their teams.
curl --request GET \
--url https://api.primeintellect.ai/api/v1/template/registry-credentials \
--header 'Authorization: Bearer <token>'{
"credentials": [
{
"id": "<string>",
"name": "<string>",
"server": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"userId": "<string>",
"teamId": "<string>"
}
]
}Was this page helpful?