Skip to main content
Solved

Create a Manual Endpoint in Data Virtualization 401 response

  • September 23, 2025
  • 4 replies
  • 60 views

btl
Contributor
Forum|alt.badge.img+7
  • Contributor
  • 21 replies

I’m working through the Create a Manual Endpoint in Data Virtualization – FME Support Center however when it comes to the Make a Request from the Documentation section and clicking the ‘try it out’ button in the Swagger page, I get the following 401 response:

Is this related to the time which the error lists as 15:48 GMT, however we’re on BST in the UK at the moment so it’s actually 16:48?  If so, how can I resolve it? 

Otherwise is it a simple authentication issue? - the tutorial says “the EnvionData API is authenticated by default” so I’m a little confused by this.

Best answer by alexbiz

Hey ​@btl 

Did you try setting the access level to unauthenticated?

 

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

4 replies

alexbiz
Influencer
Forum|alt.badge.img+28
  • Influencer
  • 161 replies
  • Best Answer
  • September 23, 2025

Hey ​@btl 

Did you try setting the access level to unauthenticated?

 


alexbiz
Influencer
Forum|alt.badge.img+28
  • Influencer
  • 161 replies
  • September 23, 2025

I have the same issue with authenticated endpoints (FME Flow 2025.1 b25606).
I think there might be something off with the documentation for those. The login window should appear to retrieve a token, but it doesn’t.
You can try using the URL directly in your browser, that should work.


alexbiz
Influencer
Forum|alt.badge.img+28
  • Influencer
  • 161 replies
  • September 23, 2025

the tutorial says “the EnvionData API is authenticated by default” so I’m a little confused by this.


I’ll try to rephrase that.
The Data Virtualization API being used here is called “Environmental Impact and Response API”, with the namespace “environdata”.

By default, this API requires authentication.
So it should read something like: “Since the environdata API requires authentication by default to use its endpoints, a login window should appear before the request is executed.”

There’s also a small typo that might be confusing (hey ​@sanaeatsafe  👋).


btl
Contributor
Forum|alt.badge.img+7
  • Author
  • Contributor
  • 21 replies
  • September 24, 2025

I have the same issue with authenticated endpoints (FME Flow 2025.1 b25606).
I think there might be something off with the documentation for those. The login window should appear to retrieve a token, but it doesn’t.
You can try using the URL directly in your browser, that should work.

Thanks for your answers - yes agreed, there seems to be something not working with the default authentication via Swagger or a separate browser but going through the next stages of the tutorial today, which covers authentication in more detail, all that seems to work as described.