LoginSignup
0
1

More than 5 years have passed since last update.

NowのAPIでTeamの情報を取得する

Posted at

teamIdというクエリを付ける。
https://zeit.co/api#api-basics/authentication

あるteamのaliase情報を取りたいならこう。

get-aliases.sh
curl "https://api.zeit.co/v2/now/aliases?teamId={teamId}" \
  -H "Authorization: Bearer {token}"
tokenの取得

https://zeit.co/account/tokensから

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1