{
"device_token": "222a14b8-ce1b-4061-b0af-3d435392ab16",
"client_id": "c82SH0WZOsabOXGP2sxqcj34FxkvfnWRZBKlBjFS",
"grant_type": "password",
"scope": "internal",
"username": "{{username}}",
"password": "{{password}}",
"long_session": true,
"create_read_only_secondary_token": true,
"expires_in": 86400,
"try_passkeys": false
}
curl --location --request POST 'https://api.robinhood.com/oauth2/token/' \
--header 'Content-Type: application/json' \
--data-raw '{
"device_token": "222a14b8-ce1b-4061-b0af-3d435392ab16",
"client_id": "c82SH0WZOsabOXGP2sxqcj34FxkvfnWRZBKlBjFS",
"grant_type": "password",
"scope": "internal",
"username": "",
"password": "",
"long_session": true,
"create_read_only_secondary_token": true,
"expires_in": 86400,
"try_passkeys": false
}'
{}