Client Management
Get Authorized Applications (by Subject)
Get a list of client applications that an end-user has authorized. In this variant, the subject is provided in the path.
get/api/{serviceId}/client/authorization/get/list/{subject}
Path parameters
serviceIdstring required
A service ID.
subjectstring required
Unique user ID of an end-user.
Query parameters
developerstring
Unique ID of a client developer.
startinteger
Start index of search results (inclusive). The default value is 0.
endinteger
End index of search results (exclusive). The default value is 5.