Client Registration¶
Any client application that needs to access Driving Range APIs, need to be registered with TrackMan first. Currently there is no management portal for self-registration, so all requests must be made to TrackMan directly.
Registering a client application involves specifying a name/description and a set of URIs the authentication server will redirect the user to after authenticating. TrackMan will generate a unique client_id
and client_secret
for each registered client application.