v7
latestOpenAPI 3.1.02026-08-07154197463.6 KBpaladin
Get Paladins by name
Returns all Paladins whose name exactly matches the given name. Names are not unique, so the result is a list and may be empty.
get/paladin/name/{paladin_name}
Path parameters
paladin_namestring required
The name of the Paladin.
Response
The list of Paladins matching the passed-in name.
Example response
{
"results": [
{
"paladin_id": "32acc112-21ff-4669-91c2-21e27683eaa1",
"name": "paladin-agent-1"
}
]
}