Skip to main content
GET
/
api
/
v1
/
template
/
registry-credentials
List Registry Credentials
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>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Successful Response

credentials
RegistryCredentialsSummary · object[]
required