is the url correct ?
i meant, do you need specify the order number in the end ?
for example
GET .........api.conekta.io/orders/12345
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello, I am trying to make an API connection with the API Management tool, I put all the parameters in the header and it sends me an error.
GET https://apitamfdev.azure-api.net/https://api.conekta.io/orders HTTP/1.1
Host: apitamfdev.azure-api.net
Authorization: Basic ++++++++++++++++++++++++++
Accept: application/vnd.conekta-v2.0.0+json
Content-Type: application/json
Accept-Language: en-us
HTTP/1.1 404 Resource Not Found
content-length: 54
content-type: application/json
date: Tue, 31 Jan 2023 22:14:46 GMT
vary: Origin
{
"statusCode": 404,
"message": "Resource not found"
}
Thanks.
is the url correct ?
i meant, do you need specify the order number in the end ?
for example
GET .........api.conekta.io/orders/12345