Original Message:
Sent: 09-15-2025 07:48
From: Project Senior
Subject: Error generating OAuth2 token
Hi Carl,
Following your response to my colleague.
The URL we are sending the request to is
https://api-platform-eur.cvent.com/ea/oauth2/token" href="https://api-platform-eur.cvent.com/ea/oauth2/token" rel="noreferrer noopener" target="_blank" class="fui-Link ___1q1shib f2hkw1w f3rmtva f1ewtqcl fyind8e f1k6fduh f1w7gpdv fk6fouc fjoy568 figsok6 f1s184ao f1mk8lai fnbmjn9 f1o700av f13mvf36 f1cmlufx f9n3di6 f1ids18y f1tx3yz7 f1deo86v f1eh06m1 f1iescvh fhgqx19 f1olyrje f1p93eir f1nev41a f1h8hb77 f1lqvz6u f10aw75t fsle3fq f17ae5zn" title="https://api-platform-eur.cvent.com/ea/oauth2/token">https://api-platform-eur.cvent.com/ea/oauth2/token
form data:
[0]: {[grant_type, client_credentials]}
[1]: {[client_id, 0oa17d686vlIQrXEf1t8]}
Authorization Header: Bearer MG9hMTdkNjg2dmxJUXJYRWYxdDg6UlZ0Rzcyd3hrbWtpLUJWQktWM2YwQ2IwUkZKQV9uajlpMGRxa3lqUnNZdFVnNzh3RzlJTndSYWM1YVdzNDJ4YQ==
This is exactly as recommended here https://developers-eur.cvent.com/docs/rest-api/tutorials/developer-quickstart" href="https://developers-eur.cvent.com/docs/rest-api/tutorials/developer-quickstart" rel="noreferrer noopener" target="_blank" class="fui-Link ___1q1shib f2hkw1w f3rmtva f1ewtqcl fyind8e f1k6fduh f1w7gpdv fk6fouc fjoy568 figsok6 f1s184ao f1mk8lai fnbmjn9 f1o700av f13mvf36 f1cmlufx f9n3di6 f1ids18y f1tx3yz7 f1deo86v f1eh06m1 f1iescvh fhgqx19 f1olyrje f1p93eir f1nev41a f1h8hb77 f1lqvz6u f10aw75t fsle3fq f17ae5zn" title="https://developers-eur.cvent.com/docs/rest-api/tutorials/developer-quickstart">https://developers-eur.cvent.com/docs/rest-api/tutorials/developer-quickstart
however, we are still getting this error
{"error":{"code":"Bad Request","message":"Failed to authenticate"}}
------------------------------
Project Senior
SalesforceGenericAccountUnited States
Original Message:
Sent: 08-28-2025 14:45
From: Carl Robinson
Subject: Error generating OAuth2 token
Hi,
Looking at the above I can see the token endpoint is set to 'https://api-platform-eur.cvent.com/ea/oauth2/token' instead of '
https://api-platform.cvent.com/ea/oauth2/token'. Is your account in the EU database or is it in the NA database? If the NA database please use the endpoint for all your calls starting with 'https://api-platform.cvent.com/ea/'
------------------------------
Carl Robinson
Senior Solutions Specialist
Cvent
Original Message:
Sent: 08-14-2025 05:54
From: Project Senior
Subject: Error generating OAuth2 token
Hello,
We are trying to integrate Cvents into an external platform, we have followed the documentation on authenticating
Developer Documentation
However, all API calls to https://api-platform-eur.cvent.com/ea/oauth2/token return
{
"error": {
"code": "Bad Request",
"message": "Failed to authenticate"
}
}
I have confirmed that the client secret and client id are valid and in the right order. This is a sample of our curl
curl --location 'https://api-platform-eur.cvent.com/ea/oauth2/token' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--header 'Authorization: Basic {{Token}}}' \
--data-urlencode 'grant_type=client_credentials' \
--data-urlencode 'client_id={{ClientId}}'
Kindly advise on what we might be overlooking.
#Integrations
------------------------------
Project Senior
SalesforceGenericAccountUnited States
------------------------------