View security objects, such as access keys and bound accounts.

MethodDescription
getCurrentUserCredentialsGET /users/current/credentials
Returns access key information.

Requires authorization and access right credentials_view.

getCurrentUserCredentialByIdGET /users/current/credentials/credentialId
Returns access key information by ID.

Requires authorization and access right credentials_view.

getCurrentUserCredentialGeoGET /users/current/credentials/credentialId/geo
Returns geographic information about the creator of an access key by ID.

Requires authorization and access right credentials_view.

getCurrentUserAccountsGET /users/current/oauth
Returns a list of all associated accounts in external OAuth services.

Requires authorization and access right credentials_view.