Skip to main content
GET
Get OAuth app

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<MeteroidId>
required

OAuth app ID

Example:

"app_7n42DGM5Tflk9n8mt7Fhc7"

Response

OAuth app

An OAuth application registered by a platform

client_id
string
required
client_secret_hint
string
required
created_at
string<date-time>
required
id
string<MeteroidId>
required
Example:

"app_7n42DGM5Tflk9n8mt7Fhc7"

is_active
boolean
required
name
string
required
organization_id
string<MeteroidId>
required
Example:

"org_7n42DGM5Tflk9n8mt7Fhc7"

redirect_uris
string[]
required
scopes
string[]
required
updated_at
string<date-time> | null