Trying to make an API connection with the API Management tool

Ramon Oswaldo Robles Leyva 0 Reputation points
2023-01-31T22:28:29.81+00:00
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.
Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,446 questions
{count} votes

1 answer

Sort by: Most helpful
  1. JIAN WANG 340 Reputation points
    2023-01-31T23:55:57.8133333+00:00

    is the url correct ?

    i meant, do you need specify the order number in the end ?

    for example

    GET .........api.conekta.io/orders/12345

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.