OROdocs
Miner

List all inference-auth providers the miner has connected

List every provider the authenticated miner currently has a credential for.

GET/v1/miner/inference-auth

Response Body

application/json

curl -X GET "https://loading/v1/miner/inference-auth"
{
  "providers": [
    {
      "connected": true,
      "provider": "string",
      "updated_at": "2019-08-24T14:15:22Z"
    }
  ],
  "default_provider": "string"
}