09-07-2023 03:12 AM
Hi I am currently developing an API for retrieving information from the Finances API and I am trying to test the API using eBays API explorer and I just get a response saying there is a problem with an eBay internal system or process
{
"errors": [
{
"errorId": 2003,
"domain": "ACCESS",
"category": "APPLICATION",
"message": "Internal error",
"longMessage": "There was a problem with an eBay internal system or process. Contact eBay developer support for assistance"
}
]
}
Is this a normal problem with the API explorer or is there really an issue with the API service?
Thanks