Auth
Inspect an external application authorization request
GET
/external-applications/oauth/requestAuthorization
bearerAuth AuthorizationBearer <token>
In: header
Query Parameters
client_id?string
redirect_uri?string
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://example.com/external-applications/oauth/request"{ "$schema": "https://example.com/api/v1/schemas/ExternalAuthorizationRequestOutputBody.json", "application": { "allowed_scopes": "string", "client_id": "string", "client_type": "string", "created_at": "string", "id": "string", "name": "string", "revoked_at": "string" }}