Introduction
An introduction to the Activations Management APIs
The Activations Management APIs allow you to deeply integrate Activations functionality into your workflows. There are two separate APIs with slightly different scopes & authentication mechanisms.
- Workspace APIs: Allow you to manage resources within a given workspace (eg. syncs, connections, models, ). They are authenticated by the workspace access token.
- Organization APIs: Allow you to manage resources that belong to your organization (eg. workspaces, users, inviations). They are authenticated via personal access tokens.
Base URLs
To call Activations' API, use the base URL associated with your Activations organization's region (read more about Activations regions here).
For US-based Activations organizations:
- Base URL: https://app.getcensus.com
- Example: https://app.getcensus.com/api/v1/syncs
For EU-based Activations organizations:
- Base URL: https://app-eu.getcensus.com
- Example: https://app-eu.getcensus.com/api/v1/syncs
Postman Collection
We have a Postman Collection that encompasses all API endpoints that Activations offers. Whether you are looking to quickly test out our API or trying to build custom authentication flows into your application, the Activations (formerly Census) Postman Collection will help expedite those projects.
Check out our Postman Collection here.
