GET
/
oauth
/
authorize
Authorize Get
curl --request GET \
  --url https://api.digitalseaservice.com/oauth/authorize \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

response_type
string | null
client_id
string | null
redirect_uri
string | null
scope
string | null
state
string | null
code_challenge
string | null
code_challenge_method
string | null
default:S256
user_hint
string | null

Response

Successful Response

The response is of type string.