This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TI-API: Need help authenticating to Backlog Sandbox

Part Number: TI-API

I'm attempting to authenticate to make requests for the Backlog Sandbox.  Here is the cURL

curl --location 'https://transact-pre.ti.com/v1/oauth/accesstoken' \

--header 'Content-Type: application/x-www-form-urlencoded' \

--data-urlencode 'grant_type=client_credentials' \

--data-urlencode 'client_id=<client_ID>' \

--data-urlencode 'client_secret=<client_secret>'

**Attention** This is a public forum