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

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 organization's ULID).

display_name
string
required
is_active
boolean
required

Organization.legal_name (subtype field).

dba_name
string | null