Hi, i am trying to use search product api v4, use following link:
https://sandbox-api.digikey.com/products/v4/search/STM32F407VET6
but it always return:
{
“type”: “RFC 7231 - Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content”,
“title”: “Not Found”,
“status”: 404,
“detail”: “Invalid resource path. Requested resource is not available”,
“instance”: “”,
“correlationId”: “12069b82-8802-42cf-9427-6d0cd9275557”,
“errors”: {}
}
any suggestions? the token has been obtained before this step, and it is not complaining the token here, so assume it is not the problem?
Thank you