Skip to main content
GET
Search BusinessDomains
A BusinessDomain represents a custom domain or subdomain configured for a location’s Members Portal. By default each location gets a <name>.spaces.nexudus.com address. A BusinessDomain lets you replace that with your own domain (e.g. coworking.com) or subdomain (e.g. london.coworking.com).
  • For custom domains, an SSL proxy (e.g. CloudFlare) must be configured and SslProxy must be set to true.
  • For custom subdomains, a CNAME record pointing to Nexudus is required. SslProxy must still be set to true.
Use ActiveFrom and ActiveTo to schedule when the domain mapping takes effect. Changes typically propagate within two to three days.

Authentication

This endpoint requires OAuth2 authentication. Include a valid bearer token in the Authorization header. The authenticated user must be a full unrestricted administrator or have the BusinessDomain-List role.

Query Parameters

Pagination & Sorting

integer
default:"1"
The page number to retrieve.
integer
default:"25"
The number of records per page.
string
The property name to sort results by (e.g. Name, CreatedOn).
integer
Sort direction. 0 for ascending, 1 for descending.

Filters

integer
Filter by iD of the business linked to this record.
string
Filter by display name for this domain mapping.
string
Filter by the custom domain or subdomain hostname — despite the name, this is just the bare domain (e.g. coworking.com or london.coworking.com), without https:// or any path.
boolean
Filter by whether this domain mapping is active.
boolean
Filter by must always be set to true.
string
Filter by date from which this domain mapping becomes active.
string
Filter by date after which this domain mapping is no longer active.

Range Filters

string
Filter by date from which this domain mapping becomes active greater than or equal to this value. Format: YYYY-MM-DDTHH:mm.
string
Filter by date from which this domain mapping becomes active less than or equal to this value. Format: YYYY-MM-DDTHH:mm.
string
Filter by date after which this domain mapping is no longer active greater than or equal to this value. Format: YYYY-MM-DDTHH:mm.
string
Filter by date after which this domain mapping is no longer active less than or equal to this value. Format: YYYY-MM-DDTHH:mm.
string
Filter records created on or after this date. Format: YYYY-MM-DDTHH:mm.
string
Filter records created on or before this date. Format: YYYY-MM-DDTHH:mm.
string
Filter records updated on or after this date. Format: YYYY-MM-DDTHH:mm.
string
Filter records updated on or before this date. Format: YYYY-MM-DDTHH:mm.

Code Examples

Simple listing

Filtering by Name

Range filters

Response

200

BusinessDomain[]
The list of BusinessDomain records matching the query. See the Get one BusinessDomain endpoint for the full list of properties returned for each record.
integer
Current page number.
integer
Number of records per page.
string
The field used for sorting.
integer
The sort direction (0 = ascending, 1 = descending).
integer
Index of the first item on the current page.
integer
Index of the last item on the current page.
integer
Total number of matching records across all pages.
integer
Total number of pages.
boolean
Whether there is a next page of results.
boolean
Whether there is a previous page of results.
Example Response