Elir Topic created 1 week ago
Kindly, contact me to resolve this permission problem. Also, please, send me contact information for the AP Developer support.
The reason why you are getting a 403 Forbidden error is because it looks like this key has been disabled
I will check with the AP API team to see why and if it can be enabled again
I will update you as soon as I have an update
Kind regards,
Elizabeth Ellerbee
Mashery Customer Support
E-mail: eellerbee@mashery.com
www.mashery.com
Looks like your key needs to be approved by AP. Until it's approved it will not allow you to make calls to the API. Please let me know if you have any additional comments or questions.
I am facing a problem with my API key. Whenever I am trying to call any API using the key it's giving an error "Developer Inactive". Could you please look after my case as early as possible. I am in thirst of getting the response from the API. Looking forward for your immediate action. Please let me know if there is any further concern.
Which API are you calling, and what is your username? We support over 150 API customers, and this would be useful information. In general, it's up to our API customer to enable your keys, have you contacted them? If you could provide this information here, we can also reach out to them on your behalf.
Thank you for your response. My username is 'Company_Search'. I am calling the 'Company Search by Keyword' API of D&B(a customer of you). I an unable to contact with them because the process is unknown to me. I will be helpful if you kindly contact with them on my behalf.
Waiting for your immediate action. Please let me know in case any further information is needed from my side.
It looks like your key is active for their Sandbox API only. You would need to contact them regarding additional access, on their portal site located at:
At Mashery, we provide the API infrastructure to ensure our customer's success, but are not directly involved with their policies regarding developers and consumers of their API. We define customers as those paying entities for whom we provide the API service infrastructure, and then define developers as consumers or users of their API. In a sense, you can view Mashery as the landlord, and DNB as a tenant. As you would not want your landlord giving out keys to your house without your permission, similarly we look to our customers to manage their security and API key policies. I hope this helps.
RoviListing.AuthHeader auth = new RoviAmazon.RoviListing.AuthHeader();
auth.UserName = "MY LOGIN USER NAME TO ROVI WEBSITE"; auth.Password = "MY LOGIN PASSWORD TO ROVI WEBSITE";
RoviAmazon.RoviListing.GetServicesRQ rq = new RoviAmazon.RoviListing.GetServicesRQ();
rq.Locale = "en-US";
RoviAmazon.RoviListing.GetServicesRS rs = new RoviAmazon.RoviListing.GetServicesRS();
RoviAmazon.RoviListing.ListingsServiceSoapClient client = new RoviAmazon.RoviListing.ListingsServiceSoapClient("ListingsServiceSoap");
client.Open();
rs = client.GetServices(auth, rq);
i am getting 403 Forbidden error from server. Please help me. Also i am not getting any example on website about how to use ROVi services WSDL in ASP.NET
Elir Topic created 1 week ago Kindly, contact me to resolve this permission problem. Also, please, send me contact information for the AP Developer support.
wget "http://developerapi.ap.org/v2/categories.svc/?apiKey={APIKEY}"
returns
HTTP request sent, awaiting response... 403 Forbidden
Here {APIKEY} is my assigned key that should be active by now.
Message edited by Elir 1 week ago Tags Key
Message edited by Elir 2 months ago
Tags
eellerbee – 2 years ago
Hi Elir,
Thank you for contacting Mashery support
The reason why you are getting a 403 Forbidden error is because it looks like this key has been disabled I will check with the AP API team to see why and if it can be enabled again I will update you as soon as I have an update
Kind regards, Elizabeth Ellerbee Mashery Customer Support E-mail: eellerbee@mashery.com www.mashery.com
Mriss – 9 months ago
I am having the same trouble here. Can somebody help me?
Song – 9 months ago
Hi Mriss,
Looks like your key needs to be approved by AP. Until it's approved it will not allow you to make calls to the API. Please let me know if you have any additional comments or questions.
Mashery Technical Services
Company_Search – 4 months ago
Hi,
I am facing a problem with my API key. Whenever I am trying to call any API using the key it's giving an error "Developer Inactive". Could you please look after my case as early as possible. I am in thirst of getting the response from the API. Looking forward for your immediate action. Please let me know if there is any further concern.
Thanks, Chayan Mukherjee
Jeff Dillon – 4 months ago
Hi @Chayan
Which API are you calling, and what is your username? We support over 150 API customers, and this would be useful information. In general, it's up to our API customer to enable your keys, have you contacted them? If you could provide this information here, we can also reach out to them on your behalf.
Sincerely,
Mashery Technical Services
Company_Search – 4 months ago
Hi,
Thank you for your response. My username is 'Company_Search'. I am calling the 'Company Search by Keyword' API of D&B(a customer of you). I an unable to contact with them because the process is unknown to me. I will be helpful if you kindly contact with them on my behalf.
Waiting for your immediate action. Please let me know in case any further information is needed from my side.
Thanks, Chayan Mukherjee
Jeff Dillon – 4 months ago
Hi @Chayan
It looks like your key is active for their Sandbox API only. You would need to contact them regarding additional access, on their portal site located at:
http://dnbdirect.dnb.com/
They have contact phone numbers listed there too.
At Mashery, we provide the API infrastructure to ensure our customer's success, but are not directly involved with their policies regarding developers and consumers of their API. We define customers as those paying entities for whom we provide the API service infrastructure, and then define developers as consumers or users of their API. In a sense, you can view Mashery as the landlord, and DNB as a tenant. As you would not want your landlord giving out keys to your house without your permission, similarly we look to our customers to manage their security and API key policies. I hope this helps.
Sincerely,
Mashery Technical Services
roy – 2 months ago
hi, I am using ROVI api to get movie details.
I added reference to http://api.rovicorp.com/v9/listingsservice.asmx?WSDL in ASP.NET Below is my code :
RoviListing.AuthHeader auth = new RoviAmazon.RoviListing.AuthHeader(); auth.UserName = "MY LOGIN USER NAME TO ROVI WEBSITE"; auth.Password = "MY LOGIN PASSWORD TO ROVI WEBSITE"; RoviAmazon.RoviListing.GetServicesRQ rq = new RoviAmazon.RoviListing.GetServicesRQ();
rq.Locale = "en-US";
RoviAmazon.RoviListing.GetServicesRS rs = new RoviAmazon.RoviListing.GetServicesRS(); RoviAmazon.RoviListing.ListingsServiceSoapClient client = new RoviAmazon.RoviListing.ListingsServiceSoapClient("ListingsServiceSoap"); client.Open();
rs = client.GetServices(auth, rq);
i am getting 403 Forbidden error from server. Please help me. Also i am not getting any example on website about how to use ROVi services WSDL in ASP.NET
looking for your response. Thanks
Jeff Dillon – 2 months ago
Hi
You would want to contact Rovi for specific usage on their API. Their developer portal is located at:
http://developer.rovicorp.com
Keep in mind that you will generally need to pass the apiKey in the request URL. I hope this helps
Sincerely,
Mashery Technical Services