Skip to content

Get booking sender details through the legacy v4 alias

GET
/api/v5/bookings/v4/{id}/sender

Legacy “/v4” alias for the booking sender (pickup) address; behaves identically. Requires an API key. Returns 400 when the booking has no sender address.

id
required
string
/^\d+$/
Example
623630

Numeric booking ID.

Booking sender

object
sender
required

Sender (pickup) address for the booking.

object
id
required

Address identifier.

number
address
required

Street address line.

string
nullable
company_name
required

Company/business name at this address.

string
nullable
email
required

Contact email for this party.

string
nullable
name
required

Contact person name at this address.

string
nullable
postcode
required

4-digit AU postcode (or destination postcode for international).

string
nullable
phone
required

Contact phone number.

string
nullable
state
required

State code (e.g. NSW, VIC).

string
nullable
suburb
required

Suburb/locality.

string
nullable
type
required

Address type, “business” or “residential”.

string
nullable
country
required

2-letter ISO country code (e.g. AU).

string
nullable

Sender address missing

Missing or invalid API key

Booking not found