Skip to main content
GET
Get All Organizations Within Scope

Authorizations

X-API-Key
string
header
required

Query Parameters

limit
integer
default:10
Required range: x >= 1
offset
integer
default:0
Required range: x >= 0
q
string | null

A search query to limit the Organizations returned by matching on ID, name, or external ID.

Example:

"Acme, Inc."

unfederated
boolean
default:false

When true, return only standalone Organizations (those not in any federation).

Response

Response

id
string<uuid>
required

The unique identifier of the Organization.

Example:

"a3d9af02-e679-4c12-a9b2-220b6eb78e2d"

name
string | null
required

The name of the Organization.

Example:

"The Avengers"

domain_name
string | null
required

The domain name of the Organization.

Example:

"avengers.com"

type
enum<string>
required

The type of the organization.

Available options:
neobank,
community_bank,
credit_union,
regional_bank,
national_bank,
fintech,
smb_lender,
merchant_cash_advanced,
processor,
infrastructure,
other
external_id
string | null
required

An external identifier for referencing the Organization using the ID from a namespace in an external system.

Example:

"b2e3a6ff-2734-47ed-ba87-54647e3550bd"

webhooks_version
enum<string>
required

The version of Baselayer Webhooks the Organization utilizies.

Available options:
0.8,
1.0,
2.0,
2.0
Example:

"2.0"

federation
FederationResponse (v1) · object | null
required

Represents a federation response.

Example:
applications
ApplicationResponse (v1) · object[]
required

The Applications belonging to the Organization.

Examples:
lien_filing_correspondence_email
string<email> | null

The email address for lien filing correspondence.

Example:

"lien-filing-email@example.com"

lien_filing_secured_party
LienFilingOrganizationSecuredPartyPreference (v1) · object | null

An organization's stored default secured party for lien filings.

This is the template applied to newly created drafts — not a persisted lien party row — so unlike the submission list item it carries no party id.

lien_filing_collateral_statement
string | null

The collateral statement for lien filing.

lien_filing_collateral_statement_templates
LienFilingCollateralStatementTemplate · object[]

The list of collateral statement templates for lien filing.