Authorize (device)

POST {{authPath}}/{{envID}}/as/device_authorization

This PingOne collection contains only the requests without documentation. For the official PingOne Platform API documentation, see Authorize (device).

Request Params

KeyDatatypeRequiredDescription
client_idstringThe application's UUID.
scopestringPermissions that determine the resources that the application can access.

Request Body

[{"name"=>"client_id", "value"=>"{{deviceAppID}}", "datatype"=>"string"}, {"name"=>"scope", "value"=>"openid", "datatype"=>"string"}]