Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

Solution

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

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

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

...