API

Start OAuth flow

Redirects the user to the consent screen with the appropriate parameters.

GET/v1/hq/oauth/auth

Query Parameters

client_id*string
Example"dwawd8awudawd"
redirect_uri*string
Example"https://example.com"
response_type*string
Example"code"
scope*array<OAuthScope>
state?string
Example"dwawd8awudawd"

Response Body

curl -X GET "https://api.noona.is/v1/hq/oauth/auth?client_id=dwawd8awudawd&redirect_uri=https%3A%2F%2Fexample.com&response_type=code&scope=activities%3Aread"
Empty