Skip to main content
POST
Create FBO Account Address
Adds a new address to an FBO account. An account can hold more than one address of the same type; the most recently created active address of that type is the one used. Permission: fbo_accounts:update

Path parameters

string
required
The FBO account ID

Request body

string
required
One of return, billing, or alternate
string
required
Street address
string
required
City
string
required
State or province
string
required
Postal code
string
required
Country
boolean
default:"true"
Whether the address is active

Response

Returns the created address.
This endpoint supports the Idempotency-Key header. Replaying a request with the same key returns the original response instead of creating a second address.