验证
您的 API 令牌用于通过我们的 API 对您进行身份验证,并且可以作为 HTTP 基本身份验证用户名、不记名令牌或令牌 URL 参数提供。
# With Basic Auth $ curl -u token: webapi.ip.cc # With Bearer token $ curl -H "Authorization: Bearer token" webapi.ip.cc # With token query parameter $ curl webapi.ip.cc?token=tokan
还可以在更有限的容量下使用无需身份验证的 API。