Last updated Aug 3, 2021

Authentication

You must have system adminstrator global permissions to use the data pipeline.

While you can use basic authentication (username and password), we strongly recommend using personal access tokens to authenticate your REST requests.

To find out how to create a personal access token, see Using personal access tokens.

Example request

Here is an example request, using cURL and a personal access token for authentication:

1
2
curl -H "Authorization:Bearer ABCD1234" 
-H "X-Atlassian-Token: no-check" 
-X POST https://myexamplesite.com/rest/datapipeline/latest/export?fromDate=2020-10-22T01:30:11Z

Rate this page: