OROdocs
Miner

Check inference auth status for a single provider

Check whether the miner has a stored credential for the given provider.

GET/v1/miner/inference-auth/{provider}

Path Parameters

provider*string
Length1 <= length <= 32

Response Body

application/json

application/json

curl -X GET "https://loading/v1/miner/inference-auth/string"
{
  "connected": true,
  "provider": "string",
  "updated_at": "2019-08-24T14:15:22Z"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}