OfficeSpace Software
OfficeSpace Software is a leading workplace management platform for space planning, employee experience, asset management, and occupancy analytics. Organizations build data-driven floor plans, manage desk and room booking, track seating, run moves and changes, and gain real-time utilization insights across their real estate portfolio. Its AI-driven analytics help facilities teams right-size their footprint.
Power end-to-end data operations for your OfficeSpace Software API with Nexla. Our bi-directional OfficeSpace Software connector is purpose-built for OfficeSpace Software, making it simple to ingest data, sync it across systems, and deliver it anywhere — all with no coding required. Nexla turns API-sourced data into ready-to-use, reusable data products and makes it easy to send data to OfficeSpace Software or any other destination. With comprehensive monitoring, lineage tracking, and access controls, Nexla keeps your OfficeSpace Software workflows fast, secure, and fully governed.
Features
Type: API
- Seamless API Integration: Connect to any endpoint as source or destination without coding, with automatic data product creation
- Visual Composition & Chaining: Build complex integrations using visual templates, chain API calls, and compose workflows with data validation and filtering
- API Proxy: Expose curated slices of your data securely with a secure and customizable API proxy that validates and transforms data on the fly
- Request optimization with intelligent batching, retry, and caching to minimize API calls and costs
Prerequisites
To connect Nexla to your OfficeSpace Software instance, you will need an active OfficeSpace account with administrator access and an API token for your OfficeSpace instance. OfficeSpace authenticates API requests using a token-based scheme — each request from Nexla is signed with your API token and routed to your specific instance subdomain.
Obtain Your OfficeSpace Instance Hostname
Your OfficeSpace instance hostname is the subdomain of your OfficeSpace URL. For example, if your OfficeSpace environment is accessed at mycompany.officespacesoftware.com, your hostname is mycompany.
- If you are unsure of your instance hostname, contact your OfficeSpace administrator or check the URL you use to log in to OfficeSpace.
Generate an OfficeSpace API Token
OfficeSpace API tokens are generated from the Admin section of your OfficeSpace instance. Only users with Super Administrator privileges can create and manage API keys.
-
Log in to your OfficeSpace instance with a Super Administrator account.
-
In the left-side navigation bar, locate and click the Admin section to expand the admin menu.
-
Select OfficeSpace API from the admin menu. This opens the API Key management screen.
-
Click the button to create a new API key. OfficeSpace currently supports Full Access as the API key scope — this grants Nexla the ability to read and write data through the OfficeSpace API.
-
Copy the generated API token and store it securely. You will need this token when creating the Nexla credential.
API keys are instance-specific and are tied to your OfficeSpace subdomain. Keep your API token secure and do not share it. For additional information about managing API keys in OfficeSpace, refer to the Managing API Keys article in the OfficeSpace Help Center.
Authenticate
Credentials required
Authenticate using your OfficeSpace instance hostname and API token.
| Field | Required | Secret | Description |
|---|---|---|---|
| Instance Hostname | Yes | No | Your OfficeSpace subdomain. For mycompany.officespacesoftware.com, enter mycompany. |
| API Key | Yes | Yes | OfficeSpace API token. Generate from Admin > OfficeSpace API in your instance settings. |
Create a credential in Nexla
-
After selecting the data source/destination type, click the Add Credential tile to open the Add New Credential overlay.
-
Enter a name for the credential in the Credential Name field and a short, meaningful description in the Credential Description field.
-
OfficeSpace Software uses token-based authentication. Nexla will include your API token in the
Authorizationrequest header (formatted asAuthorization: Token token=<your_api_key>) on every API call to your OfficeSpace instance. Enter your OfficeSpace instance subdomain in the Instance Hostname field. This is the portion of your OfficeSpace URL that precedes.officespacesoftware.com. For example, if your OfficeSpace environment is atmycompany.officespacesoftware.com, entermycompany. -
Enter your OfficeSpace API token in the API Key field. This is the token generated from the Admin > OfficeSpace API section of your OfficeSpace instance. The API key authenticates all Nexla requests to your OfficeSpace environment and should be kept secure.
ImportantYour API Key is a sensitive credential. Do not share it or expose it in logs or source control. If you believe your key has been compromised, regenerate it immediately from the Admin > OfficeSpace API screen in your OfficeSpace instance.
-
Click the Save button at the bottom of the overlay. The newly added credential will now appear in a tile on the Authenticate screen during data source/destination creation.
Use as a data source
To create a new data flow, navigate to the Integrate section, and click the New Data Flow button. Select the OfficeSpace Software connector tile, then select the credential that will be used to connect to the OfficeSpace Software instance, and click Next; or, create a new OfficeSpace Software credential for use in this flow.
Endpoint templates
Nexla provides pre-built templates that can be used to rapidly configure data sources to ingest data from common OfficeSpace Software endpoints. Select the endpoint from which this source will fetch data from the Endpoint pulldown menu. Available endpoint templates are listed in the expandable boxes below.
Once the selected endpoint template has been configured, click the Test button to the right of the endpoint selection menu to retrieve a sample of the data that will be fetched. Sample data will be displayed in the Endpoint Test Result panel on the right, allowing you to verify that the source is configured correctly before saving.
Manual configuration
OfficeSpace Software data sources can also be manually configured to ingest data from any valid OfficeSpace API endpoint, including endpoints not covered by the pre-built templates, chained API calls, or custom request parameters. Select the Advanced tab at the top of the configuration screen, and follow the instructions in Connect to Any API to configure the API method, endpoint URL, date/time and lookup macros, path to data, metadata, and request headers.
OfficeSpace API endpoints follow the pattern https://{hostname}.officespacesoftware.com/api/1/{resource} (e.g., employees, seats, floors, sites, directories). Responses wrap records in a top-level response object — set Path to Data in Response to $.response[*] for collection endpoints or $.response for single-record endpoints like Get Employee by ID. You do not need to include the Authorization header manually; Nexla automatically includes Authorization: Token token=<your_api_key> on every API call based on your configured credential.
Once all of the relevant settings have been configured, click the Create button in the upper right corner of the screen to save and create the new OfficeSpace Software data source. Nexla will now begin ingesting data from the configured endpoint and will organize any data that it finds into one or more Nexsets.
Use as a destination
Click the + icon on the Nexset that will be sent to the OfficeSpace Software destination, and select the Send to Destination option from the menu. Select the OfficeSpace Software connector from the list of available destination connectors, then select the credential that will be used to connect to the OfficeSpace Software organization, and click Next; or, create a new OfficeSpace Software credential for use in this flow.
Endpoint templates
Nexla provides pre-built templates that can be used to rapidly configure destinations to send data to common OfficeSpace Software endpoints. Select the endpoint to which data will be sent from the Endpoint pulldown menu. Then, click on the template in the list below to expand it, and follow the instructions to configure additional endpoint settings.
Manual configuration
OfficeSpace Software destinations can also be manually configured to send data to any valid OfficeSpace API endpoint. Using manual configuration, you can also configure Nexla to automatically send the response received from the OfficeSpace Software API after each call to a new Nexla webhook data source. Select the Advanced tab at the top of the configuration screen, and follow the instructions in Connect to Any API to configure the API method, data format, endpoint URL, request headers, attribute exclusions, record batching, and response webhooks.
OfficeSpace API endpoints follow the pattern https://{hostname}.officespacesoftware.com/api/1/{resource} (e.g., employee_batch_imports, employee_directory); for update operations, include the ID of the object to be updated at the end of the URL. Most endpoints accept application/json, but the Trigger Employee Directory Import endpoint expects application/x-www-form-urlencoded — select Form URL Encoded as the content format for that endpoint. You do not need to include the Authorization header manually; Nexla automatically appends Authorization: Token token=<your_api_key> on every API call based on your configured credential. Batching is recommended when sending large numbers of employee records to the Upsert Employees (Batch) endpoint.
Save & activate
Once all endpoint settings have been configured, click the Done button in the upper right corner of the screen to save and create the destination. To send the data to the configured OfficeSpace Software endpoint, open the destination resource menu, and select Activate.
The Nexset data will not be sent to the OfficeSpace Software endpoint until the destination is activated. Destinations can be activated immediately or at a later time, providing full control over data movement.