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: Client ID

Part Number: TI-API

Hi Team,

I want client ID, which is used in API call

curl --request POST \
--url 'transact.ti.com/.../accesstoken' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data grant_type=client_credentials \
--data client_id=<> \
--data client_secret=<>

  • Hi Kangeyan,

    You can view the API key on the "API keys and access" page at https://www.ti.com/myti/docs/accessApi , which is also accessible from the myTI dashboard.

    The API secret is only available from that page for 30 minutes after generating the key. If you do not have a record of the secret, you can regenerate the key and then store the new key and secret in a safe location:

    I hope that helps.

    Best regards,
    Paul

**Attention** This is a public forum