Authenticates the specified user.
Security
ApiKeyAuth
- https://api.treasuredata.com/v3https://api.treasuredata.com/v3/user/authenticate
- https://api.treasuredata.co.jp/v3https://api.treasuredata.co.jp/v3/user/authenticate
- https://api.ap02.treasuredata.com/v3https://api.ap02.treasuredata.com/v3/user/authenticate
- https://api.eu01.treasuredata.com/v3https://api.eu01.treasuredata.com/v3/user/authenticate
curl -i -X POST \
https://api.treasuredata.com/v3/user/authenticate \
-H 'Authorization: TD1 <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/x-www-form-urlencoded' \
-d user=td@example.com \
-d 'password=pa$$w0rd'Response
{ "name": "Treasure Data", "apikey": "123/456789xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" }