[#1267] Getting a 500 Error when authenticating

Migrated from Redmine #1267 | Author: Markus Finster
Status: Feedback | Priority: High, I’m very impatient | Created: 2024-08-27


Hi there,

Just trying to do a simple GET request of https://secure.simplymeet.me/panel/api/event/
I’m using my API key, but simply get an HTTP 500 error.

Nicholas Alias wrote:

Hello, please provide HTTP request and your user email.
Your request should contain the header: ‘X-API-KEY’.

Markus Finster wrote:

Nicholas Alias wrote:

Hello, please provide HTTP request and your user email.
Your request should contain the header: ‘X-API-KEY’.

Doing that in Postman - changed now to “no Auth” and include the API Key as a header and now get 401.

{
“message”: “Unauthorized.”
}

Which is frustrating.

Also, I realize that you won’t be able to support the Make.com integration (at least I assume you don’t), but there I’m also getting a 500 error when simply trying to connect with the make.com module of Simplymeet.

Did you change something in your API in last few recent months?

You should be able to see the email address of this user? Same I got for the simplymeet.me account.

David C wrote:

Markus Finster wrote:

Nicholas Alias wrote:

Hello, please provide HTTP request and your user email.
Your request should contain the header: ‘X-API-KEY’.

Doing that in Postman - changed now to “no Auth” and include the API Key as a header and now get 401.

{
“message”: “Unauthorized.”
}

Which is frustrating.

Also, I realize that you won’t be able to support the Make.com integration (at least I assume you don’t), but there I’m also getting a 500 error when simply trying to connect with the make.com module of Simplymeet.

Did you change something in your API in last few recent months?

You should be able to see the email address of this user? Same I got for the simplymeet.me account.

Same here