Skip to content

ListPowerOfAttorney

POST
/power_of_attorney/query
curl --request POST \
--url https://api.huddlesurety.co/power_of_attorney/query \
--header 'Content-Type: application/json' \
--data '{ "orgIDIn": [ "example" ] }'

Body

Media typeapplication/json

Body

object
orgIDIn
Array<string>
Examplegenerated
{
"orgIDIn": [
"example"
]
}

OK

Media typeapplication/json
Array<object>
object
id
required
string
name
required
string
orgID
required
string
Examplegenerated
[
{
"id": "example",
"name": "example",
"orgID": "example"
}
]