发送任何地方的Web API
入门
要使用API,您需要传递API密钥。
传递密钥的方法:
HTTP头
将API密钥传递到X-Api-Key标头中。
curl -H 'X-Api-Key: YOUR_API_KEY' 'https://send-anywhere.com/web/v1/device'
获取查询参数
将API密钥传递到api_key GET查询字符串参数中。
curl 'https://send-anywhere.com/web/v1/device?api_key=YOUR_API_KEY'
HTTP基本身份验证用户名
使用HTTP基本身份验证将API密钥作为用户名传递(不带密码)。
curl 'https://YOUR_API_KEY@send-anywhere.com/web/v1/device'
例子
注册设备
要使用该API,您需要在Cookie或查询参数中
评论0
最新资源