get
https://production-api.shoutaboutus.com/api/v1/billing-address/get
Get the latest saved billing address for a user (with its city -> state -> country chain). If that user's company pays via partner or brand (who_will_pay), the billing address of the paying company's owner user comes back instead, so the invoice always resolves to the party that actually pays. Read-only; returns null in data when no address is stored yet.
Auth
- Bearer account / partner token.
user_idmust sit inside your own account tree, so it must be a user inside the caller's own company hierarchy.
Rate limit
- No rate limit.
Query
| Field | Type | Required | Notes |
|---|---|---|---|
user_id | integer | Required | Must be an existing user inside your own account tree hierarchy (an ownership check). |
Behaviour
200—{ data: {.} }with the address, or{ data: null }when none exists. Column aliases,. Also returnscity.state.country.422—user_idmissing/invalid or outside the caller's hierarchy.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
