Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
lfvc1984
Frequent Visitor

Get Data from Rest Api with JWT

Hi everyone,

 

I'm stuck with my limited knowledge here, because i need to get access to the data from an Rest API with Json Web Token.

They send me 3 different url:

 

1. EndPoint of tokens : https://xxxxx.yyyyy.com/vftoken/oauth/token

with this parameters

UserName=vfrest&Password=t3sting&grant_type=password

 

the result must be a chain in format "JSON Array" with 3 fields:

a) access_token (dinamic value)

b) token_type 

c) expires_in

 

2. Endpoint for test https://xxxxx.yyyyyy.com/vfrest/api/Prueba/Prueba2

a) KEY ="Autorization"

b) VALUE = Bearer "access_token"

c) Content-Type = application/x-www.form-urlencoded

 

3. Endpoint for data  https://xxxxx.yyyyy.com/vfrest/api/data

 

the result must be a chain in format "JSON Array"

 

BUT... i try with the solution in Pull data from a REST API Authentication and doesn't work with my poor programming skills 

 

I be really thankfull if someone helpme.

 

2 REPLIES 2
Anonymous
Not applicable

 Hello

did you manage to connect to your api I have the same problem and nothing works

v-juanli-msft
Community Support
Community Support

Hi @lfvc1984 

To get JWT Token from Auth API, you could refer to this thread .

To use parameter with rest api, please check the reply here.

 

Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors
Top Kudoed Authors