Tue, 01/04/2022 - 21:22
#1
calling api simulator return error
I am trying to call some of the api using the simulator, like this:
curl -X GET "https://api.fortellis.io/sales/v1/elead/customers/06eb33ba-d9bf-4b0c9887... \
-H "Authorization: Basic {base64 encoded api_key:api_secret}" \
-H "Subscription-Id: test"
but I am getting this error message: "Invalid SubscriptionId or Implementation provider is not configured for the requested API.".
I also notice that the test endpoint button is not available in most api specification. can I know what is causing the error? and what is the proper way to test calling api using simulator?
Did you ever find out the reason behind that error message? I'm having the exact issue.
Hello, I was wondering where to find this specific sandbox id? I tested with the `Test Subscription id` in my app page, but still got the same error
Hi there, thanks for the reply, but I still got a problem when accessing the Elead Sales Customers. Since the subscription with the value "test" has been deprecated, I use the `test subscription id` shown in my registered App. I have activated the app and configured the API to use with the app, and the status for the Elead Sales Customers API shows `active`. But I still got "Invalid SubscriptionId or Implementation provider is not configured for the requested API." when I tried to access the API. I'm really stuck and not sure what the problem is. Please help. Many thanks.
Hey Yuhua,
Did you ever get this figured out? I am having the same issue with multiple APIs.
Thanks
Hello! I'm also having an issue when calling the api simulator. Any ideas why?
{
"message": "Access Forbidden" } This is the curl that I'm sending: rl --location -- request GET 'https://api.fortellis.io/sales/v2/elead/opportunities/search?pageSize=100&dateFrom=03%2F15%2F2023&da... \ --header 'Subscription-Id: <>\ --header 'Request-Id: <>' \ --header 'Accept-Charset: <string>' \ --header 'Prefer: <enum>' \ --header 'Accept: */*' \ --header 'Authorization: BearerI am getting the same message. Can someone help point me in the correct direction?
Add new comment