v7

latestOpenAPI 3.1.02026-08-07154197463.6 KB
paladin

Get Paladin by ID

Returns a Paladin object.

get/paladin/{paladin_id}

Path parameters

paladin_idstring uuid required

The ID of the Paladin.

Response

The Paladin associated with the passed-in ID.

paladin_idstring uuid required

The ID of the Paladin. Use this value as a reviewer in a request configuration's service_user_ids.

namestring required

The name of the Paladin.

Example response

{
  "paladin_id": "32acc112-21ff-4669-91c2-21e27683eaa1",
  "name": "paladin-agent-1"
}