getting Amadeus API Error in WordPress : 403 forbidden, code: 35283 - wordpress

I'm new to Amadeus development. I'm using Amadeus Self service API's to get flights search from searched term. Everything used to work fine, but from today, if i call an api, I'm receiving error 403 forbidden.
{
"errors": [
{
"status": 403,
"code": 35283,
"title": "FORBIDDEN",
"detail": "Incorrect user, no configuration found"
}
] }
I have tried to with different api keys.
Any answers much appreciated.

Related

LinkedIn API rest/shares ACCESS_DENIED. Not enough permissions to access: sharesV2.FINDER-owners

I'm getting the below error message when using the Linkedin-Version 202212. Also, it doesn't work with 202301. However, using 202211 is fine without any issue.
API EndPoint: https://api.linkedin.com/rest/shares
"status": 403,
"serviceErrorCode": 100,
"code": "ACCESS_DENIED",
"message": "Not enough permissions to access: sharesV2.FINDER-owners.20221201"

How to get Ait-item data through API

I have a ait themes club and also related plugins i am getting data through api but i can't get ait-item data i am hitting ulr: https://www.example.com/wp-json/wp/v2/ait-item but
"code": "rest_no_route",
"message": "No route was found matching the URL and request method.",
"data": {
"status": 404
}
how to get ait-item data ?
I have a ait themes club and also related plugins i am getting data through api but i can't get ait-item data i am hitting ulr: https://www.example.com/wp-json/wp/v2/ait-item but

google translate api v2 response with code 403 and reason 'dailyLimitExceeded'

I have billing account 'Z' connected with project 'X' and google translate api enabled for this project.
Trying to perform GET request
https://www.googleapis.com/language/translate/v2?key={my_key}&q=hello&source=en&target=ru
got output:
{
"error": {
"code": 403,
"message": "Daily Limit Exceeded",
"errors": [
{
"message": "Daily Limit Exceeded",
"domain": "usageLimits",
"reason": "dailyLimitExceeded"
}
]
}
tried to generate another api key, all in vein, api key has no restrictions.
This is a known issue that should have been Fixed as of now, please try again to see if you're still seeing this issue and re-open the Issue #70990743 if necessary.

Rest API request for Google Translation API

I have a problem with Rest API request for Google Translation API
My POST method is https://translation.googleapis.com/language/translate/v2?key=MY_KEY
But I get an error
{
"error": {
"code": 400,
"message": "API Key not found. Please pass a valid API key.",
"errors": [
{
"message": "API Key not found. Please pass a valid API key.",
"domain": "global",
"reason": "badRequest"
}
],
"status": "INVALID_ARGUMENT"
}
}
Please help me to understand where the problem comes from.
You might want to try starting with one of the samples as opposed to trying to build your own client library or get/POST with REST. If you must use REST, the following example may be helpful:
https://translation.googleapis.com/language/translate/v2?key=your-key-here&q=cheese&target=es
Replace the API key with the one that you have enabled access to the translate API on.

linkedin API company stats internal server error

I recieved an error from Linkedin API /company-statistics.
I was using apigee console, launching this API https://api.linkedin.com/v1/companies/2414183/company-statistics?format=json. and I get the following response:
{
"errorCode": 0,
"message": "Internal service error",
"requestId": "3D4B9V007S",
"status": 500,
"timestamp": 1464778594404
}
Plesa advise as soon as possible
I answered this question here.
This error seems to be related to the "test" company with id
"2414183".
I had the same issue but when i used the same command with my company
ID, I received a well formed JSON in response with all statistics.

Resources