Core-11
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
GET | |
GET | |
PATCH | |
POST | |
GET | |
GET | |
GET | |
GET | |
GET | |
GET | |
GET | |
GET | |
GET | |
POST | |
GET | |
GET | |
GET | |
PATCH |
List all integrations clickup lists retrieve
Path parameters
- idinteger
- project_idstring
Example request
GET /api /projects /:project_id /integrations /:id /clickup_listsExample response
Status 200 No response body
Retrieve integrations clickup spaces retrieve
Path parameters
- idinteger
- project_idstring
Example request
GET /api /projects /:project_id /integrations /:id /clickup_spacesExample response
Status 200 No response body
Retrieve integrations clickup workspaces retrieve
Path parameters
- idinteger
- project_idstring
Example request
GET /api /projects /:project_id /integrations /:id /clickup_workspacesExample response
Status 200 No response body
Update integrations email update
Path parameters
- idinteger
- project_idstring
Request parameters
- kind
- config
Response
Example request
PATCH /api /projects /:project_id /integrations /:id /emailExample response
Status 200
RESPONSE
Create integrations email verify create
Path parameters
- idinteger
- project_idstring
Request parameters
- kind
- config
Example request
POST /api /projects /:project_id /integrations /:id /email /verifyExample response
Status 200 No response body
Retrieve integrations github repos retrieve
Required API key scopes
integration:readPath parameters
- idinteger
- project_idstring
Example request
GET /api /projects /:project_id /integrations /:id /github_reposExample response
Status 200 No response body
Retrieve integrations google accessible accounts retrieve
Path parameters
- idinteger
- project_idstring
Example request
GET /api /projects /:project_id /integrations /:id /google_accessible_accountsExample response
Status 200 No response body
Retrieve integrations google conversion actions retrieve
Path parameters
- idinteger
- project_idstring
Example request
GET /api /projects /:project_id /integrations /:id /google_conversion_actionsExample response
Status 200 No response body
Retrieve integrations jira projects
Path parameters
- idinteger
- project_idstring
Example request
GET /api /projects /:project_id /integrations /:id /jira_projectsExample response
Status 200 No response body
Retrieve integrations linear teams retrieve
Path parameters
- idinteger
- project_idstring
Example request
GET /api /projects /:project_id /integrations /:id /linear_teamsExample response
Status 200 No response body
Retrieve integrations linkedin ads accounts retrieve
Path parameters
- idinteger
- project_idstring
Example request
GET /api /projects /:project_id /integrations /:id /linkedin_ads_accountsExample response
Status 200 No response body
Retrieve integrations linkedin ads conversion rules retrieve
Path parameters
- idinteger
- project_idstring
Example request
GET /api /projects /:project_id /integrations /:id /linkedin_ads_conversion_rulesExample response
Status 200 No response body
Retrieve integrations twilio phone numbers retrieve
Path parameters
- idinteger
- project_idstring
Example request
GET /api /projects /:project_id /integrations /:id /twilio_phone_numbersExample response
Status 200 No response body
Retrieve integrations authorize retrieve
Path parameters
- project_idstring
Example request
GET /api /projects /:project_id /integrations /authorizeExample response
Status 200 No response body
Create integrations domain connect apply url create
Unified endpoint for generating Domain Connect apply URLs.
Accepts a context ("email" or "proxy") and the relevant resource ID. The backend resolves the domain, template variables, and service ID based on context, then builds the signed apply URL.
Path parameters
- project_idstring
Request parameters
- kind
- config
Example request
POST /api /projects /:project_id /integrations /domain-connect /apply-urlExample response
Status 200 No response body
Retrieve integrations domain connect check retrieve
Path parameters
- project_idstring
Example request
GET /api /projects /:project_id /integrations /domain-connect /checkExample response
Status 200 No response body
List all property definitions
Required API key scopes
property_definition:readPath parameters
- project_idstring
Query parameters
- event_namesstring
- exclude_core_propertiesbooleanDefault:
false - exclude_hiddenbooleanDefault:
false - excluded_propertiesstring
- filter_by_event_namesboolean
- group_type_indexinteger
- is_feature_flagboolean
- is_numericalboolean
- limitinteger
- offsetinteger
- propertiesstring
- searchstring
- typestringDefault:
eventOne of:"event""person""group""session"
Response
Example request
GET /api /projects /:project_id /property_definitionsExample response
Status 200
RESPONSE
Retrieve property definitions
Required API key scopes
property_definition:readPath parameters
- idstring
- project_idstring
Response
Example request
GET /api /projects /:project_id /property_definitions /:idExample response
Status 200
RESPONSE
Update property definitions
Required API key scopes
property_definition:writePath parameters
- idstring
- project_idstring
Request parameters
- descriptionstring
- tagsarray
- property_type
- verifiedboolean
- hiddenboolean
Response
Example request
PATCH /api /projects /:project_id /property_definitions /:idExample response
Status 200
RESPONSE