简体   繁体   中英

How can i generate the access token for aiesec API

我想在 android 应用程序中使用 aiesec api,但我无法生成令牌以使用 API 的链接: https : //gis-api.aiesec.org/swagger#/

  1. Open experience.aiesec.org
  2. Inspect element
  3. Input your email and your password
  4. Choose network menu in inspect element
  5. Choose all menu
  6. And input in filter seach "token"
  7. You will get your access token for https://gis-api.aiesec.org/swagger#/

From what I found you can send the request to https://auth.aiesec.org/users/sign_in with your usual email and password, get response, and from that you can parse cookies to get expa_token , which is the access token for the API.

I'm not sure if there are other methods how to get this token, but it works.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM