Skip to main content
GET
/
platforms
/
{platformID}
/
oauth
/
authorize
cURL
curl -sS "https://phosra-api-sandbox-production.up.railway.app/api/v1/platforms/fire_tablet/oauth/authorize"
{
  "authorize_url": "https://api.nextdns.io/oauth2/authorize"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

platformID
string
required

Query Parameters

state
string
redirect_uri
string

Response

Authorization URL

authorize_url
string