Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Bulut ERP API ile işlemlere başlamadan önce Token alıyoruz. Token alma işlemi için. ClientID ve ClientSecret bilgilerine, Bulut ERP uygulamasına girişi olan bir username ve password bilgisine ihtiyaç vardır. 


https://idm.logo.cloud/legacy/sts/api/oauth/token?grant_type=password&username={{APIGateway_UserName}}&password={{APIGateway_Password}}&client_id={{APIGateway_ClientID}}&client_secret={{APIGateway_ClientSecret}}


  • No labels