Discussions

Ask a Question
Back to All

Issue with hitting GetContact api

Hi, I'm facing an issue with hitting the api to get contacts

I used the below auth endpoint to generate the token and it ran fine.
https://oauth-pro-v2.corrigo.com/OAuth/token

On using the same token, when I hit the api call to GetContact, I’m getting this error
Endpoint - https://am-ce99c.corrigo.com/api/v1/base/Contact/500
Or https://am-ce910c.corrigo.com/api/v1/base/Contact/500
In the headers , I used the company name as below :
CompanyName : Stage JLL Blackstone

Error –
{
"ErrorMessage": "Company database isn't accessible",
"ErrorCode": "DATABASE_VERSION_MISMATCH",
"TimeStamp": "2023-06-22T11:09:57.9626441Z"
}

Can you please assist with this?