Pipeline Destination
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
List all pipeline destination configs
Required API key scopes
plugin:readPath parameters
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
Query parameters
- limitintegerNumber of results to return per page. 
- offsetintegerThe initial index from which to return the results. 
Response
Request
GET 
Response
Status 200
Create pipeline destination configs
Required API key scopes
plugin:writePath parameters
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
Request parameters
- plugininteger
- enabledboolean
- orderinteger
- namestring
- descriptionstring
- deletedboolean
Response
Request
POST 
Response
Status 201
Retrieve pipeline destination configs
Required API key scopes
plugin:readPath parameters
- idintegerA unique integer value identifying this plugin config. 
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
Response
Request
GET 
Response
Status 200
Update pipeline destination configs
Required API key scopes
plugin:writePath parameters
- idintegerA unique integer value identifying this plugin config. 
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
Request parameters
- plugininteger
- enabledboolean
- orderinteger
- namestring
- descriptionstring
- deletedboolean
Response
Request
PATCH 
Response
Status 200
Delete pipeline destination configs
Required API key scopes
plugin:writePath parameters
- idintegerA unique integer value identifying this plugin config. 
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
Request
DELETE 
Response
Status 204 No response body
Retrieve pipeline destination configs activity
Path parameters
- idintegerA unique integer value identifying this plugin config. 
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
Request
GET 
Response
Status 200 No response body
Retrieve pipeline destination configs frontend
Path parameters
- idintegerA unique integer value identifying this plugin config. 
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
Request
GET 
Response
Status 200 No response body
Create pipeline destination configs job
Path parameters
- idintegerA unique integer value identifying this plugin config. 
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
Request parameters
- plugininteger
- enabledboolean
- orderinteger
- namestring
- descriptionstring
- deletedboolean
Request
POST 
Response
Status 200 No response body
Create pipeline destination configs migrate
Path parameters
- idintegerA unique integer value identifying this plugin config. 
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
Request parameters
- plugininteger
- enabledboolean
- orderinteger
- namestring
- descriptionstring
- deletedboolean
Request
POST 
Response
Status 200 No response body
Update pipeline destination configs rearrange
Path parameters
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
Request parameters
- plugininteger
- enabledboolean
- orderinteger
- namestring
- descriptionstring
- deletedboolean
Request
PATCH