Skip to main content
GET
/
platforms
/
{platformID}
/
oauth
/
callback
cURL
curl -sS "https://phosra-api-sandbox-production.up.railway.app/api/v1/platforms/fire_tablet/oauth/callback?code=AUTH_CODE_FROM_PROVIDER&redirect_uri=https%3A%2F%2Fyourapp.com%2Foauth%2Fcallback"
{}

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

code
string
required
redirect_uri
string

Response

OAuth tokens exchanged

Platform-specific OAuth token response