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
Anonymous
Not applicable

Connect to REST API with X-AUTH-TOKEN using POST method

Hello everybody, i would like to connect to rest api using a X-AUTH-TOKEN and to have this token i need a post request to generate it : 

- the first request is post to generate the token : https://centreon.xxxxxxxxxx/centreon/api/v2/login with parameters in body in raw format

 {
  "security": {
    "credentials": {
    "login": "xxxxxxxxx",
    "password": "xxxxxxxxx"
    }
 }
}

 

then i need to use the token generate from the first request to connect to this url : 

https://centreon.xxxxxxxx/centreon/api/beta/monitoring/hosts/

with parameters : 

API Key for authorization 

and X-AUTH-TOKEN as a key

post.png

Thank you in advance for your answers,

 

1 REPLY 1
v-yangliu-msft
Community Support
Community Support

Hi  @Anonymous  ,

 

For related links, you can check the following links, hope it will help you:

https://datagulp.com/powerbi/power-bi-rest-api-how-to-get-authentication-token-with-powershell-cmdlets/

https://docs.microsoft.com/en-us/rest/api/power-bi/embedtoken

 

Best Regards,

Liu Yang

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.