Get package signature verification key ID

View as Markdown
GET /api/fleet/epm/verification_key_id

Spaces method and path for this operation:

get /s/{space_id}/api/fleet/epm/verification_key_id

Refer to Spaces for more information.

Responses

  • 200 application/json

    OK

    Hide response attributes Show response attributes object
    • body object
      Hide body attribute Show body attribute object
      • id string | null

        the key ID of the GPG key used to verify package signatures

    • headers object
    • statusCode number
  • 400 application/json

    Generic Error

    Hide response attributes Show response attributes object
    • error string
    • message string
    • statusCode number
GET /api/fleet/epm/verification_key_id
curl \
 --request GET 'https://localhost:5601/api/fleet/epm/verification_key_id' \
 --header "Authorization: $API_KEY"