Skip to main content
GET
/
org
/
platform
/
proxmox
/
public_key
/
{resource_id}
Get Proxmox Public Key Endpoint
import requests

url = "https://platform.ankra.app/org/platform/proxmox/public_key/{resource_id}"

headers = {"Authorization": "Bearer <token>"}

response = requests.get(url, headers=headers)

print(response.text)
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

resource_id
string<uuid4>
required

Cookies

ankra_session
string | null
ankra_refresh
string | null

Response

Successful Response