SUUNTO AUTHORISATION API

API change history

OAuth 2 authentication for Suunto integration API. This API is used to authenticate user against the Suunto systems. In order to transfer any data to/from Suunto systems, user need to provide access rights via the authorization process.

Authorize

OAuth 2 authorize endpoint. Provides authorization code for token endpoint.

Request

Request URL

Request parameters

  • string

    auth response type

  • string

    application login/id

  • string

    redirect URL

Request body

Responses

302 Moved Temporarily

redirect with auth code

400 Bad Request