Links

Management API

This page describes how to use the Management API to manage your connections and syncs.
The Management API lets you integrate core bits of Census's functionality right into your workflows. You can view information about your connections and syncs, as well as create and trigger syncs. Each endpoint returns a status field and either a data object or a single value providing context on what was requested.
Tables that include Response Property detail the results of the entire response. Tables that include Data Property detail the returned data housed in the top level data attribute of the response. Tables that include Attributes detail relevant bits of info for nested objects used in requests.

Postman Collection

Census has a Postman Collection that encompasses all API endpoints that Census offers. Whether you are looking to quickly test out our API or trying to build custom authentication flows into your application, the Census Postman Collection will help expedite those projects.
Check out our Postman Collection here!

Getting API Access

Each Census Workspace has its own API key. You can access it within the Settings page.

Authenticating API Requests

The Census API uses basic authentication to provide API credentials. When accessing the Census API, provide the following credentials using your client library or preferred tool:
Username
bearer
Password
<Your API Key>
If using a tool to make requests, please make sure to include this in your Headers:
Accept */*