Core-11
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
POST | |
GET | |
DELETE | |
GET | |
GET | |
GET | |
GET | |
PATCH | |
POST | |
GET | |
GET | |
GET | |
GET | |
GET | |
GET | |
GET | |
GET | |
GET | |
POST |
List all integrations list
Required API key scopes
integration:readPath parameters
- project_idstring
Query parameters
- limitinteger
- offsetinteger
Response
Example request
GET /api /projects /:project_id /integrationsExample response
Status 200
RESPONSE
Create integrations
Required API key scopes
integration:writePath parameters
- project_idstring
Request parameters
- kind
- config
Response
Example request
POST /api /projects /:project_id /integrationsExample response
Status 201
RESPONSE
Retrieve integrations retrieve
Required API key scopes
integration:readPath parameters
- idinteger
- project_idstring
Response
Example request
GET /api /projects /:project_id /integrations /:idExample response
Status 200
RESPONSE
Delete integrations
Required API key scopes
integration:writePath parameters
- idinteger
- project_idstring
Example request
DELETE /api /projects /:project_id /integrations /:idExample response
Status 204 No response body
Retrieve integrations channels
Path parameters
- idinteger
- project_idstring
Example request
GET /api /projects /:project_id /integrations /:id /channelsExample response
Status 200 No response body
List all integrations clickup lists
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
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
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
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
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
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
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
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
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
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
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
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
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
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-url