post_addresses
Add a new address to Starlink Enterprise by specifying address lines, region code, and geographic coordinates.
Instructions
Create address — Required permission: Account information, Edit. — [POST /public/v2/addresses]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| addressLines | Yes | The address lines for the address. Example: 1 Rocket Road | |
| locality | No | The town/locality of the address. Example: Hawthorne | |
| administrativeArea | No | The administrative area of the address. Example: California | |
| administrativeAreaCode | Yes | The administrative area code of the address. Example: CA | |
| region | No | The region of the address. Example: United States | |
| regionCode | Yes | The region code of the address. Example: US | |
| postalCode | No | The postal code of the address. Example: 90250-6844 | |
| metadata | No | Optional field that can be used to store information about the address for external purposes | |
| formattedAddress | Yes | A user readable address. Example: 1 Rocket Road, Hawthorne, CA 90250-6844, US | |
| latitude | Yes | The required latitude of the address. Example: 33.92 | |
| longitude | Yes | The required longitude of the address. Example: -118.32 |