Destinations
Create a new destination
This endpoint can be used to create destinations in Census. Each destination requires a different set of credentials in the request payload.
The credentials needed to create each type of connection can be found in the GET /connectors
API for most destinations. For OAuth destinations, see this Notion doc.
POST
/
destinations
Authorizations
Authorization
string
headerrequiredBearer token for the current workspace. Can be retrieved from the Workspace's settings page.
Body
application/json
service_connection
object
Contains the information for the connection.
Response
201 - application/json
status
enum<string>
Outcome of the operation.
Available options:
success
, updated
, created
, not_found
, error
data
object
Was this page helpful?