Skip to main content
GET
/
persons
/
{party_id}
Get a person
curl --request GET \
  --url https://api.montereyfinancial.app/persons/{party_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "display_name": "<string>",
  "is_active": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.montereyfinancial.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Static API key issued via the client portal. Treat it like a password.

Path Parameters

party_id
string
required

Response

Successful Response

id
string
required

Party.id (the person's ULID).

display_name
string
required
is_active
boolean
required