cURL
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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Show child attributes