Skip to content
Docs

Address

Create Organization Address
$ nirvana organizations:address create
POST/v1/organizations/{organization_id}/address
Get Organization Address
$ nirvana organizations:address get
GET/v1/organizations/{organization_id}/address
Update Organization Address
$ nirvana organizations:address update
PATCH/v1/organizations/{organization_id}/address
ModelsExpand Collapse
organization_address: object { id, city, country, 9 more }

Organization address details.

id: string

Address ID.

city: string

City or locality.

country: string

Two-letter ISO 3166-1 alpha-2 country code.

created_at: string

When the address was created.

line1: string

First line of the street address.

line2: string

Second line of the street address. Null when not provided.

organization_id: string

Organization ID the address belongs to.

postal_code: string

Postal or ZIP code.

state: string

State, province, or region. Null when not provided.

tax_id: string

Tax identification number. Null when not provided.

tax_id_type: string

Type of the tax identification number. Null when not provided.

updated_at: string

When the address was updated.