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.
Hi,
I'm sending a request to "v2/store/products/catalog?exclude-evms=true"
the reply is
{"fault":{"faultstring":"Invalid API call as no apiproduct match found","detail":{"errorcode":"keymanagement.service.InvalidAPICallAsNoApiProductMatchFound"}}}
Can you help and let me know what I'm doing wrong ?
Thank you
Avital
I have received your issue, let me look into it and try it from our side to see if i can determine what is occurring.and get back to you by tomorrow if not today.
if you ae trying to call the product from the portal you also have to use your client credentials, even from the portal. If you are using your credentials required then we need to go to private message as you should not share them public but private so I can verify the same form my side.
https://transact.ti.com/v2/store/products/catalog?currency=USD&exclude-evms=true - there is a lock that you must enter your credentials then execute
HI Avital
We see several authentication calls with your key to transact-pre.ti.com/.../accesstoken
That is the incorrect URL - you must authenticate on the production URL https://transact.ti.com/v1/oauth/accesstoken
You also appear to be sending the catalog requests to a non-production URL. You must send the catalog requests to transact.ti.com/.../catalog
Please double-check the URLs of the API endpoints you are calling.
**Attention** This is a public forum