OAuth2.0 v2 - Get access to demo account
POST {{base_url}}/v2/oauth2
Learn everything there is to know about this service by looking at the Withings API Reference.
Request Body
[{"name"=>"action", "value"=>"getdemoaccess", "datatype"=>"string"}, {"name"=>"client_id", "value"=>"{{client_id}}", "datatype"=>"string"}, {"name"=>"nonce", "value"=>"{{nonce}}", "datatype"=>"string"}, {"name"=>"signature", "value"=>"{{signature}}", "datatype"=>"string"}, {"name"=>"scope_oauth2", "value"=>"{{scope}}", "datatype"=>"string"}]