Integrations-3
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
GET | |
GET | |
GET | |
PATCH | |
POST | |
GET | |
GET | |
POST | |
GET | |
GET | |
GET | |
GET | |
GET | |
GET | |
GET | |
GET | |
GET | |
POST | |
GET |
Retrieve integrations channels
Also available via the PostHog MCP server:
integrations-channels-retrieve— List integration channels
Required API key scopes
integration:readPath parameters
- idinteger
Query parameters
- limitintegerDefault:
50 - offsetintegerDefault:
0 - searchstringDefault:
Response
Example request
GET /api /projects /:project_id /integrations /:id /channelsExample response
Status 200
RESPONSE
List all integrations clickup lists
Path parameters
- idinteger
Example request
GET /api /projects /:project_id /integrations /:id /clickup_listsExample response
Status 200 No response body
Retrieve integrations clickup spaces
Path parameters
- idinteger
Example request
GET /api /projects /:project_id /integrations /:id /clickup_spacesExample response
Status 200 No response body
Retrieve integrations clickup workspaces
Path parameters
- idinteger
Example request
GET /api /projects /:project_id /integrations /:id /clickup_workspacesExample response
Status 200 No response body
Update integrations email
Path parameters
- idinteger
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
Request parameters
- kind
- config
Example request
POST /api /projects /:project_id /integrations /:id /email /verifyExample response
Status 200 No response body
Retrieve integrations github branches
Required API key scopes
integration:readPath parameters
- idinteger
Query parameters
- limitintegerDefault:
100 - offsetintegerDefault:
0 - repostring
- searchstringDefault:
Response
Example request
GET /api /projects /:project_id /integrations /:id /github_branchesExample response
Status 200
RESPONSE
Retrieve integrations github repos
Required API key scopes
integration:readPath parameters
- idinteger
Query parameters
- limitintegerDefault:
100 - offsetintegerDefault:
0 - searchstringDefault:
Response
Example request
GET /api /projects /:project_id /integrations /:id /github_reposExample response
Status 200
RESPONSE
Create integrations github repos refresh
Required API key scopes
integration:writePath parameters
- idinteger
Response
Example request
POST /api /projects /:project_id /integrations /:id /github_repos /refreshExample response
Status 200
RESPONSE
Retrieve integrations github teams
Required API key scopes
integration:readPath parameters
- idinteger
Query parameters
- limitintegerDefault:
100 - offsetintegerDefault:
0 - searchstringDefault:
Response
Example request
GET /api /projects /:project_id /integrations /:id /github_teamsExample response
Status 200
RESPONSE
Retrieve integrations google accessible accounts
Path parameters
- idinteger
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
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
Example request
GET /api /projects /:project_id /integrations /:id /jira_projectsExample response
Status 200 No response body
Retrieve integrations linear teams
Path parameters
- idinteger
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
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
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
Example request
GET /api /projects /:project_id /integrations /:id /twilio_phone_numbersExample response
Status 200 No response body
Retrieve integrations authorize
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.
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
Example request
GET /api /projects /:project_id /integrations /domain-connect /check