Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Bulut ERP API ile işlemlere başlamadan önce Token alınır. 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. 

ClientID ve ClientSecret bilgileri [email protected] adresinden talep edilebilir.


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}}

...