Document toolboxDocument toolbox

Authenticate against the REST API of Projectrak Data Center

Hosting

DATA CENTER

Problem

What information do I need in order to Authenticate my requests against Projectrak REST API?

Solution

Projectrak REST API uses Basic Authentication so, in order to send a request to Projectrak REST API your authentication credential should be this one:

https://<userid>:<password>@jiraurl

If you need to know more about Projectrak RESTand JAVA APIs' requests you can check our documentation: REST and Java APIs.