OAuth2 Authorization Code Grant
GET https://pulsoid.net/oauth2/authorize
?client_id=<your client ID>
&redirect_uri=<your registered redirect URI>
&response_type=code
&scope=<space-separated list of scopes>
&state=<unique token, generated by your application>Name
Type
Description
GET 'https://pulsoid.net/oauth2/authorize?response_type=code&client_id=3d3fa070-8358-4984-ae32-94392185df63&redirect_uri=http://localhost&scope=data:heart_rate:read&state=a52beaeb-c491-4cd3-b915-16fed71e17a8'https://<your registered redirect URI>/?code=<authorization code>&state=<echoed back state your application path on authorization step>Last updated