Integrations-2
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
POST | |
GET |
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 /check